COLOR #232B24

HEX: #232B24 RGB: (35,43,36)

Color info

#232B24 contains red, green and blue colors in about the same proportion. Web safe color of #232B24 is #333333 (or #333).

RGB color model

#232B24 color RGB value is (35,43,36).

RGB: (35,43,36) (14%, 17%, 14%)

RGB channels and saturation

R 35 of 255 = 14%
G 43 of 255 = 17%
B 36 of 255 = 14%

35
43
36

R + G + B ~ 15%. #232B24 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 43 + 36 = 114 (100%)
R 35 of 114 ~ 30.7%
G 43 of 114 ~ 37.72%
B 36 of 114 ~ 31.58'%

%30.7
%37.72
%31.58

CMYK color model

#232B24 color CMYK value is (19,0,16,83).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 83.14%

CMYK: (19,0,16,83)
C19M0Y16K83 (19%, 0%, 16%, 83%)
(0.19 / 0.00 / 0.16 / 0.83)

CMYK percentages

%18.6
%0
%16.28
%83.14

Codes

Color #232B24 in popluar color models

23 2B 24
RGB 35 43 36
HSL 128° 10.26% 15.29%
HSB/HSV 128° 18.60% 16.86%
CMYK 18.60% 0.00% 16.28%
83.14%

Color #232B24 in popluar number systems.

HEX 23 2B 24
Decimal 35 43 36
Binary 100011 101011 100100
Octal 43 53 44

Shades and tints

Shades of #232B24

#232B24
(35,43,36)
#202821
(32,40,33)
#1D251E
(29,37,30)
#1A221B
(26,34,27)
#171F18
(23,31,24)
#141C15
(20,28,21)
#111912
(17,25,18)
#0E160F
(14,22,15)
#0B130C
(11,19,12)
#081009
(8,16,9)
#050D06
(5,13,6)
#000000
(0,0,0)

Tints of #232B24

#232B24
(35,43,36)
#373E37
(55,62,55)
#4B514A
(75,81,74)
#5F645D
(95,100,93)
#737770
(115,119,112)
#878A83
(135,138,131)
#9B9D96
(155,157,150)
#AFB0A9
(175,176,169)
#C3C3BC
(195,195,188)
#D7D6CF
(215,214,207)
#EBE9E2
(235,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #232B24 color. Also use rgb(35,43,36) instead hex code.

Text Font Color

.myTextColor { color: #232B24; }

<p style="color:#232B24">This sample text font color is #232B24.</p>

This text font color is #232B24.

Background Color

.myBgColor { background-color: #232B24; }

<div style="background-color:#232B24">Inner text</div>

This div background color is #232B24.

Border color

.myBorderColor { border: 1px solid #232B24; }

<div style="border:3px solid #232B24">Div</div>

This div border color is #232B24.

Opacity

.myOpacity80 { color: #232B24; opacity: 0.8; }

<p style="color:#232B24;opacity:0.8;">80%</p>

Text with #232B24 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #232B24;}

<p style="text-shadow: 3px 3px 1px #232B24">Text here.</p>

This text has shadow with #232B24 color.


.textShadow {text-shadow: 3px 3px 1px #232B24', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #232B24, 5px 5px 20px red">Text here.</p>

This text has shadow with #232B24 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#232B24, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#232B24, Direction=45, Strength=4)">Text</p>

This text has shadow with #232B24 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #232B24;
-webkit-box-shadow: 1px 1px 3px 2px #232B24;
box-shadow: 1px 1px 3px 2px #232B24;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #232B24; -webkit-box-shadow: 1px 1px 3px 2px #232B24; box-shadow:1px 1px 3px 2px #232B24;">
Div content here
</div>

This div box has shadow with color #232B24.

Preview

Color preview on black background

This text has color #232B24 on black background.


Color preview on white background

This text has color #232B24 on white background.


Black color preview on #232B24 background

This text has black color on #232B24 background.


White color preview on #232B24 background

This text has white color on #232B24 background.


Related colors

Complementary color

Complementary color for #hex is #DCD4DB.


I love getcolorcode.com

Triadic colors

1 #24232B and #2B2423 with #232B24 are triadic colors.

2 #242B23 and #2B2324 with #232B24 are triadic colors.