Shades of Cocoa Brown #241202
Tints of Cocoa Brown #241202
RGB
CMYK
RGB Variations
Color information
#241202 (or 0x241202) is known color: Cocoa Brown. HEX triplet: 24, 12 and 02. RGB value is (36,18,2). Sum of RGB (Red+Green+Blue) = 36+18+2=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #241202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241202 is #DBEDFD. Grayscale: #151515. Windows color (decimal): -14413310 or 135716. OLE color: 135716.
HSL color Cylindrical-coordinate representation of color #241202: hue angle of 28.24º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #241202 is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 18 | 2 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.86 |
| HSL | 28.24º | 0.89% | 0.07% | - |
| HSV(B) | 28.24º | 0.94% | 0.14% | - |
| XYZ | 0.95 | 0.81 | 0.16 | - |
| YUV | 21.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 2 | 0 | 0.5 | 0.94 | 0.86 | 28.24 | 0.89 | 0.07 |
| Hex | 24 | 12 | 2 | 0 | 32 | 5E | 56 | 1C | 59 | 7 |
| Octal | 44 | 22 | 2 | 0 | 62 | 136 | 126 | 34 | 131 | 7 |
| Binary | 100100 | 10010 | 10 | 0 | 110010 | 1011110 | 1010110 | 11100 | 1011001 | 111 |
Color Harmonies of #241202
Complementary color
Monochromatic Colors of #241202
Black with #241202
Text Example
Text Example
White with #241202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241202; }
p { color: rgb(36,18,2); }
H1.HeaderClassName
{
color: #241202;
}
.AnyTagClassName
{
color: #241202;
}
</style>
background-color css
<style>
a { background-color: #241202; }
a { background-color: rgb(36,18,2); }
div.DivClassName
{
background-color: #241202;
}
.BgClassName
{
background-color: #241202;
}
</style>
border-color css
<style>
span { border-color: #241202; }
span { border-color: rgb(36,18,2); }
td.TdClassName
{
border-color: #241202;
}
.TagClassName
{
border-color: #241202;
}
</style>