Shades of Cocoa Brown #1F1303
Tints of Cocoa Brown #1F1303
RGB
CMYK
RGB Variations
Color information
#1F1303 (or 0x1F1303) is known color: Cocoa Brown. HEX triplet: 1F, 13 and 03. RGB value is (31,19,3). Sum of RGB (Red+Green+Blue) = 31+19+3=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1303 is #E0ECFC. Grayscale: #141414. Windows color (decimal): -14740733 or 201503. OLE color: 201503.
HSL color Cylindrical-coordinate representation of color #1F1303: hue angle of 34.29º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F1303 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 3 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.88 |
| HSL | 34.29º | 0.82% | 0.07% | - |
| HSV(B) | 34.29º | 0.9% | 0.12% | - |
| XYZ | 0.81 | 0.76 | 0.19 | - |
| YUV | 20.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 3 | 0 | 0.39 | 0.90 | 0.88 | 34.29 | 0.82 | 0.07 |
| Hex | 1F | 13 | 3 | 0 | 27 | 5A | 58 | 22 | 52 | 7 |
| Octal | 37 | 23 | 3 | 0 | 47 | 132 | 130 | 42 | 122 | 7 |
| Binary | 11111 | 10011 | 11 | 0 | 100111 | 1011010 | 1011000 | 100010 | 1010010 | 111 |
Color Harmonies of #1F1303
Complementary color
Monochromatic Colors of #1F1303
Black with #1F1303
Text Example
Text Example
White with #1F1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1303; }
p { color: rgb(31,19,3); }
H1.HeaderClassName
{
color: #1F1303;
}
.AnyTagClassName
{
color: #1F1303;
}
</style>
background-color css
<style>
a { background-color: #1F1303; }
a { background-color: rgb(31,19,3); }
div.DivClassName
{
background-color: #1F1303;
}
.BgClassName
{
background-color: #1F1303;
}
</style>
border-color css
<style>
span { border-color: #1F1303; }
span { border-color: rgb(31,19,3); }
td.TdClassName
{
border-color: #1F1303;
}
.TagClassName
{
border-color: #1F1303;
}
</style>