Shades of Cocoa Brown #1F1001
Tints of Cocoa Brown #1F1001
RGB
CMYK
RGB Variations
Color information
#1F1001 (or 0x1F1001) is known color: Cocoa Brown. HEX triplet: 1F, 10 and 01. RGB value is (31,16,1). Sum of RGB (Red+Green+Blue) = 31+16+1=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1001 is #E0EFFE. Grayscale: #121212. Windows color (decimal): -14741503 or 69663. OLE color: 69663.
HSL color Cylindrical-coordinate representation of color #1F1001: hue angle of 30º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F1001 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 16 | 1 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.88 |
| HSL | 30º | 0.94% | 0.06% | - |
| HSV(B) | 30º | 0.97% | 0.12% | - |
| XYZ | 0.76 | 0.66 | 0.12 | - |
| YUV | 18.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 1 | 0 | 0.48 | 0.97 | 0.88 | 30 | 0.94 | 0.06 |
| Hex | 1F | 10 | 1 | 0 | 30 | 61 | 58 | 1E | 5E | 6 |
| Octal | 37 | 20 | 1 | 0 | 60 | 141 | 130 | 36 | 136 | 6 |
| Binary | 11111 | 10000 | 1 | 0 | 110000 | 1100001 | 1011000 | 11110 | 1011110 | 110 |
Color Harmonies of #1F1001
Complementary color
Monochromatic Colors of #1F1001
Black with #1F1001
Text Example
Text Example
White with #1F1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1001; }
p { color: rgb(31,16,1); }
H1.HeaderClassName
{
color: #1F1001;
}
.AnyTagClassName
{
color: #1F1001;
}
</style>
background-color css
<style>
a { background-color: #1F1001; }
a { background-color: rgb(31,16,1); }
div.DivClassName
{
background-color: #1F1001;
}
.BgClassName
{
background-color: #1F1001;
}
</style>
border-color css
<style>
span { border-color: #1F1001; }
span { border-color: rgb(31,16,1); }
td.TdClassName
{
border-color: #1F1001;
}
.TagClassName
{
border-color: #1F1001;
}
</style>