Shades of Cocoa Brown #2F241B
Tints of Cocoa Brown #2F241B
RGB
CMYK
RGB Variations
Color information
#2F241B (or 0x2F241B) is known color: Cocoa Brown. HEX triplet: 2F, 24 and 1B. RGB value is (47,36,27). Sum of RGB (Red+Green+Blue) = 47+36+27=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 47 - color contains mainly: red. Hex color #2F241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F241B is #D0DBE4. Grayscale: #262626. Windows color (decimal): -13687781 or 1778735. OLE color: 1778735.
HSL color Cylindrical-coordinate representation of color #2F241B: hue angle of 27º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F241B is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 36 | 27 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.82 |
| HSL | 27º | 0.27% | 0.15% | - |
| HSV(B) | 27º | 0.43% | 0.18% | - |
| XYZ | 2 | 1.95 | 1.31 | - |
| YUV | 38.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 27 | 0 | 0.23 | 0.43 | 0.82 | 27 | 0.27 | 0.15 |
| Hex | 2F | 24 | 1B | 0 | 17 | 2B | 52 | 1B | 1B | F |
| Octal | 57 | 44 | 33 | 0 | 27 | 53 | 122 | 33 | 33 | 17 |
| Binary | 101111 | 100100 | 11011 | 0 | 10111 | 101011 | 1010010 | 11011 | 11011 | 1111 |
Color Harmonies of #2F241B
Complementary color
Monochromatic Colors of #2F241B
Black with #2F241B
Text Example
Text Example
White with #2F241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F241B; }
p { color: rgb(47,36,27); }
H1.HeaderClassName
{
color: #2F241B;
}
.AnyTagClassName
{
color: #2F241B;
}
</style>
background-color css
<style>
a { background-color: #2F241B; }
a { background-color: rgb(47,36,27); }
div.DivClassName
{
background-color: #2F241B;
}
.BgClassName
{
background-color: #2F241B;
}
</style>
border-color css
<style>
span { border-color: #2F241B; }
span { border-color: rgb(47,36,27); }
td.TdClassName
{
border-color: #2F241B;
}
.TagClassName
{
border-color: #2F241B;
}
</style>