Shades of Cocoa Brown #241102
Tints of Cocoa Brown #241102
RGB
CMYK
RGB Variations
Color information
#241102 (or 0x241102) is known color: Cocoa Brown. HEX triplet: 24, 11 and 02. RGB value is (36,17,2). Sum of RGB (Red+Green+Blue) = 36+17+2=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #241102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241102 is #DBEEFD. Grayscale: #151515. Windows color (decimal): -14413566 or 135460. OLE color: 135460.
HSL color Cylindrical-coordinate representation of color #241102: hue angle of 26.47º 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 #241102 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 17 | 2 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.86 |
| HSL | 26.47º | 0.89% | 0.07% | - |
| HSV(B) | 26.47º | 0.94% | 0.14% | - |
| XYZ | 0.94 | 0.78 | 0.16 | - |
| YUV | 20.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 2 | 0 | 0.53 | 0.94 | 0.86 | 26.47 | 0.89 | 0.07 |
| Hex | 24 | 11 | 2 | 0 | 35 | 5E | 56 | 1A | 59 | 7 |
| Octal | 44 | 21 | 2 | 0 | 65 | 136 | 126 | 32 | 131 | 7 |
| Binary | 100100 | 10001 | 10 | 0 | 110101 | 1011110 | 1010110 | 11010 | 1011001 | 111 |
Color Harmonies of #241102
Complementary color
Monochromatic Colors of #241102
Black with #241102
Text Example
Text Example
White with #241102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241102; }
p { color: rgb(36,17,2); }
H1.HeaderClassName
{
color: #241102;
}
.AnyTagClassName
{
color: #241102;
}
</style>
background-color css
<style>
a { background-color: #241102; }
a { background-color: rgb(36,17,2); }
div.DivClassName
{
background-color: #241102;
}
.BgClassName
{
background-color: #241102;
}
</style>
border-color css
<style>
span { border-color: #241102; }
span { border-color: rgb(36,17,2); }
td.TdClassName
{
border-color: #241102;
}
.TagClassName
{
border-color: #241102;
}
</style>