Shades of Cocoa Brown #311B02
Tints of Cocoa Brown #311B02
RGB
CMYK
RGB Variations
Color information
#311B02 (or 0x311B02) is known color: Cocoa Brown. HEX triplet: 31, 1B and 02. RGB value is (49,27,2). Sum of RGB (Red+Green+Blue) = 49+27+2=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B02 is #CEE4FD. Grayscale: #1E1E1E. Windows color (decimal): -13559038 or 138033. OLE color: 138033.
HSL color Cylindrical-coordinate representation of color #311B02: hue angle of 31.91º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #311B02 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 2 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.81 |
| HSL | 31.91º | 0.92% | 0.1% | - |
| HSV(B) | 31.91º | 0.96% | 0.19% | - |
| XYZ | 1.67 | 1.44 | 0.25 | - |
| YUV | 30.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 2 | 0 | 0.45 | 0.96 | 0.81 | 31.91 | 0.92 | 0.1 |
| Hex | 31 | 1B | 2 | 0 | 2D | 60 | 51 | 20 | 5C | A |
| Octal | 61 | 33 | 2 | 0 | 55 | 140 | 121 | 40 | 134 | 12 |
| Binary | 110001 | 11011 | 10 | 0 | 101101 | 1100000 | 1010001 | 100000 | 1011100 | 1010 |
Color Harmonies of #311B02
Complementary color
Monochromatic Colors of #311B02
Black with #311B02
Text Example
Text Example
White with #311B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B02; }
p { color: rgb(49,27,2); }
H1.HeaderClassName
{
color: #311B02;
}
.AnyTagClassName
{
color: #311B02;
}
</style>
background-color css
<style>
a { background-color: #311B02; }
a { background-color: rgb(49,27,2); }
div.DivClassName
{
background-color: #311B02;
}
.BgClassName
{
background-color: #311B02;
}
</style>
border-color css
<style>
span { border-color: #311B02; }
span { border-color: rgb(49,27,2); }
td.TdClassName
{
border-color: #311B02;
}
.TagClassName
{
border-color: #311B02;
}
</style>