Shades of Black #1F0201
Tints of Black #1F0201
RGB
CMYK
RGB Variations
Color information
#1F0201 (or 0x1F0201) is known color: Black. HEX triplet: 1F, 02 and 01. RGB value is (31,2,1). Sum of RGB (Red+Green+Blue) = 31+2+1=34 (4% of max value = 765). Red value is 31 (12.5% from 255 or 91.18% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0201 is #E0FDFE. Grayscale: #0A0A0A. Windows color (decimal): -14745087 or 66079. OLE color: 66079.
HSL color Cylindrical-coordinate representation of color #1F0201: hue angle of 2º 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 #1F0201 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 2 | 1 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.88 |
| HSL | 2º | 0.94% | 0.06% | - |
| HSV(B) | 2º | 0.97% | 0.12% | - |
| XYZ | 0.59 | 0.34 | 0.06 | - |
| YUV | 10.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 1 | 0 | 0.94 | 0.97 | 0.88 | 2 | 0.94 | 0.06 |
| Hex | 1F | 2 | 1 | 0 | 5E | 61 | 58 | 2 | 5E | 6 |
| Octal | 37 | 2 | 1 | 0 | 136 | 141 | 130 | 2 | 136 | 6 |
| Binary | 11111 | 10 | 1 | 0 | 1011110 | 1100001 | 1011000 | 10 | 1011110 | 110 |
Color Harmonies of #1F0201
Complementary color
Monochromatic Colors of #1F0201
Black with #1F0201
Text Example
Text Example
White with #1F0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0201; }
p { color: rgb(31,2,1); }
H1.HeaderClassName
{
color: #1F0201;
}
.AnyTagClassName
{
color: #1F0201;
}
</style>
background-color css
<style>
a { background-color: #1F0201; }
a { background-color: rgb(31,2,1); }
div.DivClassName
{
background-color: #1F0201;
}
.BgClassName
{
background-color: #1F0201;
}
</style>
border-color css
<style>
span { border-color: #1F0201; }
span { border-color: rgb(31,2,1); }
td.TdClassName
{
border-color: #1F0201;
}
.TagClassName
{
border-color: #1F0201;
}
</style>