Shades of Black Pearl #021C1F
Tints of Black Pearl #021C1F
RGB
CMYK
RGB Variations
Color information
#021C1F (or 0x021C1F) is known color: Black Pearl. HEX triplet: 02, 1C and 1F. RGB value is (2,28,31). Sum of RGB (Red+Green+Blue) = 2+28+31=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #021C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C1F is #FDE3E0. Grayscale: #141414. Windows color (decimal): -16638945 or 2038786. OLE color: 2038786.
HSL color Cylindrical-coordinate representation of color #021C1F: hue angle of 186.21º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021C1F is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 28 | 31 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.88 |
| HSL | 186.21º | 0.88% | 0.06% | - |
| HSV(B) | 186.21º | 0.94% | 0.12% | - |
| XYZ | 0.69 | 0.94 | 1.44 | - |
| YUV | 20.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 31 | 0.94 | 0.10 | 0 | 0.88 | 186.21 | 0.88 | 0.06 |
| Hex | 2 | 1C | 1F | 5E | A | 0 | 58 | BA | 58 | 6 |
| Octal | 2 | 34 | 37 | 136 | 12 | 0 | 130 | 272 | 130 | 6 |
| Binary | 10 | 11100 | 11111 | 1011110 | 1010 | 0 | 1011000 | 10111010 | 1011000 | 110 |
Color Harmonies of #021C1F
Complementary color
Monochromatic Colors of #021C1F
Black with #021C1F
Text Example
Text Example
White with #021C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C1F; }
p { color: rgb(2,28,31); }
H1.HeaderClassName
{
color: #021C1F;
}
.AnyTagClassName
{
color: #021C1F;
}
</style>
background-color css
<style>
a { background-color: #021C1F; }
a { background-color: rgb(2,28,31); }
div.DivClassName
{
background-color: #021C1F;
}
.BgClassName
{
background-color: #021C1F;
}
</style>
border-color css
<style>
span { border-color: #021C1F; }
span { border-color: rgb(2,28,31); }
td.TdClassName
{
border-color: #021C1F;
}
.TagClassName
{
border-color: #021C1F;
}
</style>