Shades of Cocoa Brown #241B11
Tints of Cocoa Brown #241B11
RGB
CMYK
RGB Variations
Color information
#241B11 (or 0x241B11) is known color: Cocoa Brown. HEX triplet: 24, 1B and 11. RGB value is (36,27,17). Sum of RGB (Red+Green+Blue) = 36+27+17=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #241B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B11 is #DBE4EE. Grayscale: #1C1C1C. Windows color (decimal): -14410991 or 1121060. OLE color: 1121060.
HSL color Cylindrical-coordinate representation of color #241B11: hue angle of 31.58º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #241B11 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 27 | 17 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.86 |
| HSL | 31.58º | 0.36% | 0.1% | - |
| HSV(B) | 31.58º | 0.53% | 0.14% | - |
| XYZ | 1.22 | 1.2 | 0.7 | - |
| YUV | 28.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 17 | 0 | 0.25 | 0.53 | 0.86 | 31.58 | 0.36 | 0.1 |
| Hex | 24 | 1B | 11 | 0 | 19 | 35 | 56 | 20 | 24 | A |
| Octal | 44 | 33 | 21 | 0 | 31 | 65 | 126 | 40 | 44 | 12 |
| Binary | 100100 | 11011 | 10001 | 0 | 11001 | 110101 | 1010110 | 100000 | 100100 | 1010 |
Color Harmonies of #241B11
Complementary color
Monochromatic Colors of #241B11
Black with #241B11
Text Example
Text Example
White with #241B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B11; }
p { color: rgb(36,27,17); }
H1.HeaderClassName
{
color: #241B11;
}
.AnyTagClassName
{
color: #241B11;
}
</style>
background-color css
<style>
a { background-color: #241B11; }
a { background-color: rgb(36,27,17); }
div.DivClassName
{
background-color: #241B11;
}
.BgClassName
{
background-color: #241B11;
}
</style>
border-color css
<style>
span { border-color: #241B11; }
span { border-color: rgb(36,27,17); }
td.TdClassName
{
border-color: #241B11;
}
.TagClassName
{
border-color: #241B11;
}
</style>