Shades of Cocoa Brown #301F12
Tints of Cocoa Brown #301F12
RGB
CMYK
RGB Variations
Color information
#301F12 (or 0x301F12) is known color: Cocoa Brown. HEX triplet: 30, 1F and 12. RGB value is (48,31,18). Sum of RGB (Red+Green+Blue) = 48+31+18=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F12 is #CFE0ED. Grayscale: #222222. Windows color (decimal): -13623534 or 1187632. OLE color: 1187632.
HSL color Cylindrical-coordinate representation of color #301F12: hue angle of 26º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301F12 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 31 | 18 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.81 |
| HSL | 26º | 0.45% | 0.13% | - |
| HSV(B) | 26º | 0.63% | 0.19% | - |
| XYZ | 1.82 | 1.65 | 0.8 | - |
| YUV | 34.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 18 | 0 | 0.35 | 0.63 | 0.81 | 26 | 0.45 | 0.13 |
| Hex | 30 | 1F | 12 | 0 | 23 | 3F | 51 | 1A | 2D | D |
| Octal | 60 | 37 | 22 | 0 | 43 | 77 | 121 | 32 | 55 | 15 |
| Binary | 110000 | 11111 | 10010 | 0 | 100011 | 111111 | 1010001 | 11010 | 101101 | 1101 |
Color Harmonies of #301F12
Complementary color
Monochromatic Colors of #301F12
Black with #301F12
Text Example
Text Example
White with #301F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F12; }
p { color: rgb(48,31,18); }
H1.HeaderClassName
{
color: #301F12;
}
.AnyTagClassName
{
color: #301F12;
}
</style>
background-color css
<style>
a { background-color: #301F12; }
a { background-color: rgb(48,31,18); }
div.DivClassName
{
background-color: #301F12;
}
.BgClassName
{
background-color: #301F12;
}
</style>
border-color css
<style>
span { border-color: #301F12; }
span { border-color: rgb(48,31,18); }
td.TdClassName
{
border-color: #301F12;
}
.TagClassName
{
border-color: #301F12;
}
</style>