Shades of Cocoa Brown #241300
Tints of Cocoa Brown #241300
RGB
CMYK
RGB Variations
Color information
#241300 (or 0x241300) is known color: Cocoa Brown. HEX triplet: 24, 13 and 00. RGB value is (36,19,0). Sum of RGB (Red+Green+Blue) = 36+19+0=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #241300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241300 is #DBECFF. Grayscale: #161616. Windows color (decimal): -14413056 or 4900. OLE color: 4900.
HSL color Cylindrical-coordinate representation of color #241300: hue angle of 31.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #241300 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 19 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.86 |
| HSL | 31.67º | 1% | 0.07% | - |
| HSV(B) | 31.67º | 1% | 0.14% | - |
| XYZ | 0.96 | 0.84 | 0.11 | - |
| YUV | 21.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 0 | 0 | 0.47 | 1 | 0.86 | 31.67 | 1 | 0.07 |
| Hex | 24 | 13 | 0 | 0 | 2F | 64 | 56 | 20 | 64 | 7 |
| Octal | 44 | 23 | 0 | 0 | 57 | 144 | 126 | 40 | 144 | 7 |
| Binary | 100100 | 10011 | 0 | 0 | 101111 | 1100100 | 1010110 | 100000 | 1100100 | 111 |
Color Harmonies of #241300
Complementary color
Monochromatic Colors of #241300
Black with #241300
Text Example
Text Example
White with #241300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241300; }
p { color: rgb(36,19,0); }
H1.HeaderClassName
{
color: #241300;
}
.AnyTagClassName
{
color: #241300;
}
</style>
background-color css
<style>
a { background-color: #241300; }
a { background-color: rgb(36,19,0); }
div.DivClassName
{
background-color: #241300;
}
.BgClassName
{
background-color: #241300;
}
</style>
border-color css
<style>
span { border-color: #241300; }
span { border-color: rgb(36,19,0); }
td.TdClassName
{
border-color: #241300;
}
.TagClassName
{
border-color: #241300;
}
</style>