Shades of Cocoa Brown #2F241C
Tints of Cocoa Brown #2F241C
RGB
CMYK
RGB Variations
Color information
#2F241C (or 0x2F241C) is known color: Cocoa Brown. HEX triplet: 2F, 24 and 1C. RGB value is (47,36,28). Sum of RGB (Red+Green+Blue) = 47+36+28=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 47 - color contains mainly: red. Hex color #2F241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F241C is #D0DBE3. Grayscale: #262626. Windows color (decimal): -13687780 or 1844271. OLE color: 1844271.
HSL color Cylindrical-coordinate representation of color #2F241C: hue angle of 25.26º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F241C is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 36 | 28 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.82 |
| HSL | 25.26º | 0.25% | 0.15% | - |
| HSV(B) | 25.26º | 0.4% | 0.18% | - |
| XYZ | 2.01 | 1.95 | 1.37 | - |
| YUV | 38.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 28 | 0 | 0.23 | 0.40 | 0.82 | 25.26 | 0.25 | 0.15 |
| Hex | 2F | 24 | 1C | 0 | 17 | 28 | 52 | 19 | 19 | F |
| Octal | 57 | 44 | 34 | 0 | 27 | 50 | 122 | 31 | 31 | 17 |
| Binary | 101111 | 100100 | 11100 | 0 | 10111 | 101000 | 1010010 | 11001 | 11001 | 1111 |
Color Harmonies of #2F241C
Complementary color
Monochromatic Colors of #2F241C
Black with #2F241C
Text Example
Text Example
White with #2F241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F241C; }
p { color: rgb(47,36,28); }
H1.HeaderClassName
{
color: #2F241C;
}
.AnyTagClassName
{
color: #2F241C;
}
</style>
background-color css
<style>
a { background-color: #2F241C; }
a { background-color: rgb(47,36,28); }
div.DivClassName
{
background-color: #2F241C;
}
.BgClassName
{
background-color: #2F241C;
}
</style>
border-color css
<style>
span { border-color: #2F241C; }
span { border-color: rgb(47,36,28); }
td.TdClassName
{
border-color: #2F241C;
}
.TagClassName
{
border-color: #2F241C;
}
</style>