Shades of Cocoa Brown #1F1000
Tints of Cocoa Brown #1F1000
RGB
CMYK
RGB Variations
Color information
#1F1000 (or 0x1F1000) is known color: Cocoa Brown. HEX triplet: 1F, 10 and 00. RGB value is (31,16,0). Sum of RGB (Red+Green+Blue) = 31+16+0=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1000 is #E0EFFF. Grayscale: #121212. Windows color (decimal): -14741504 or 4127. OLE color: 4127.
HSL color Cylindrical-coordinate representation of color #1F1000: hue angle of 30.97º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F1000 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 16 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.88 |
| HSL | 30.97º | 1% | 0.06% | - |
| HSV(B) | 30.97º | 1% | 0.12% | - |
| XYZ | 0.75 | 0.66 | 0.09 | - |
| YUV | 18.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 0 | 0 | 0.48 | 1 | 0.88 | 30.97 | 1 | 0.06 |
| Hex | 1F | 10 | 0 | 0 | 30 | 64 | 58 | 1F | 64 | 6 |
| Octal | 37 | 20 | 0 | 0 | 60 | 144 | 130 | 37 | 144 | 6 |
| Binary | 11111 | 10000 | 0 | 0 | 110000 | 1100100 | 1011000 | 11111 | 1100100 | 110 |
Color Harmonies of #1F1000
Complementary color
Monochromatic Colors of #1F1000
Black with #1F1000
Text Example
Text Example
White with #1F1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1000; }
p { color: rgb(31,16,0); }
H1.HeaderClassName
{
color: #1F1000;
}
.AnyTagClassName
{
color: #1F1000;
}
</style>
background-color css
<style>
a { background-color: #1F1000; }
a { background-color: rgb(31,16,0); }
div.DivClassName
{
background-color: #1F1000;
}
.BgClassName
{
background-color: #1F1000;
}
</style>
border-color css
<style>
span { border-color: #1F1000; }
span { border-color: rgb(31,16,0); }
td.TdClassName
{
border-color: #1F1000;
}
.TagClassName
{
border-color: #1F1000;
}
</style>