Html Css Color HEX #24190B Cocoa Brown

📋 copy color: '#24190B'

red 36 ◦ green 25 ◦ blue 11

#24190B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #24190B

Tints of Cocoa Brown #24190B

RGB

 RED value IS 36 (14.45% from 255) = 50%

 GREEN value IS 25 (10.16% from 255) = 34.72%

 BLUE value IS 11 (4.69% from 255) = 15.28%

R = 50%
G = 34.72%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.86

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#24190B (or 0x24190B) is known color: Cocoa Brown. HEX triplet: 24, 19 and 0B. RGB value is (36,25,11). Sum of RGB (Red+Green+Blue) = 36+25+11=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #24190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24190B is #DBE6F4. Grayscale: #1A1A1A. Windows color (decimal): -14411509 or 727332. OLE color: 727332.

HSL color Cylindrical-coordinate representation of color #24190B: hue angle of 33.6º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24190B is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 25 11 -
CMYK 0 0.31 0.69 0.86
HSL 33.6º 0.53% 0.09% -
HSV(B) 33.6º 0.69% 0.14% -
XYZ 1.14 1.09 0.47 -
YUV 26.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 36 25 11 0 0.31 0.69 0.86 33.6 0.53 0.09
Hex 24 19 B 0 1F 45 56 22 35 9
Octal 44 31 13 0 37 105 126 42 65 11
Binary 100100 11001 1011 0 11111 1000101 1010110 100010 110101 1001

Color Harmonies of #24190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24190B

Black with #24190B

Text Example


Text Example

White with #24190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24190B; }

 p { color: rgb(36,25,11); }

 H1.HeaderClassName
 {
   color: #24190B;
 }
 .AnyTagClassName
 {
   color: #24190B;
 }
</style>

background-color css

<style>
 a { background-color: #24190B; }

 a { background-color: rgb(36,25,11); }

 div.DivClassName
 {
   background-color: #24190B;
 }
 .BgClassName
 {
   background-color: #24190B;
 }
</style>

border-color css

<style>
 span { border-color: #24190B; }

 span { border-color: rgb(36,25,11); }

 td.TdClassName
 {
   border-color: #24190B;
 }
 .TagClassName
 {
   border-color: #24190B;
 }
</style>