Shades of Cocoa Brown #2D241B
Tints of Cocoa Brown #2D241B
RGB
CMYK
RGB Variations
Color information
#2D241B (or 0x2D241B) is known color: Cocoa Brown. HEX triplet: 2D, 24 and 1B. RGB value is (45,36,27). Sum of RGB (Red+Green+Blue) = 45+36+27=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 45 - color contains mainly: red. Hex color #2D241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D241B is #D2DBE4. Grayscale: #252525. Windows color (decimal): -13818853 or 1778733. OLE color: 1778733.
HSL color Cylindrical-coordinate representation of color #2D241B: hue angle of 30º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D241B is Cyan = 0, Magento = 0.2, Yellow = 0.4 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 36 | 27 | - |
| CMYK | 0 | 0.2 | 0.4 | 0.82 |
| HSL | 30º | 0.25% | 0.14% | - |
| HSV(B) | 30º | 0.4% | 0.18% | - |
| XYZ | 1.91 | 1.9 | 1.3 | - |
| YUV | 37.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 27 | 0 | 0.2 | 0.4 | 0.82 | 30 | 0.25 | 0.14 |
| Hex | 2D | 24 | 1B | 0 | 14 | 28 | 52 | 1E | 19 | E |
| Octal | 55 | 44 | 33 | 0 | 24 | 50 | 122 | 36 | 31 | 16 |
| Binary | 101101 | 100100 | 11011 | 0 | 10100 | 101000 | 1010010 | 11110 | 11001 | 1110 |
Color Harmonies of #2D241B
Complementary color
Monochromatic Colors of #2D241B
Black with #2D241B
Text Example
Text Example
White with #2D241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D241B; }
p { color: rgb(45,36,27); }
H1.HeaderClassName
{
color: #2D241B;
}
.AnyTagClassName
{
color: #2D241B;
}
</style>
background-color css
<style>
a { background-color: #2D241B; }
a { background-color: rgb(45,36,27); }
div.DivClassName
{
background-color: #2D241B;
}
.BgClassName
{
background-color: #2D241B;
}
</style>
border-color css
<style>
span { border-color: #2D241B; }
span { border-color: rgb(45,36,27); }
td.TdClassName
{
border-color: #2D241B;
}
.TagClassName
{
border-color: #2D241B;
}
</style>