Shades of Black Pearl #020F22
Tints of Black Pearl #020F22
RGB
CMYK
RGB Variations
Color information
#020F22 (or 0x020F22) is known color: Black Pearl. HEX triplet: 02, 0F and 22. RGB value is (2,15,34). Sum of RGB (Red+Green+Blue) = 2+15+34=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 34 (13.67% from 255 or 66.67% from 51); Max value from RGB is 34 - color contains mainly: blue. Hex color #020F22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F22 is #FDF0DD. Grayscale: #0D0D0D. Windows color (decimal): -16642270 or 2232066. OLE color: 2232066.
HSL color Cylindrical-coordinate representation of color #020F22: hue angle of 215.62º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020F22 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 15 | 34 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.87 |
| HSL | 215.63º | 0.89% | 0.07% | - |
| HSV(B) | 215.63º | 0.94% | 0.13% | - |
| XYZ | 0.48 | 0.47 | 1.58 | - |
| YUV | 13.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 34 | 0.94 | 0.56 | 0 | 0.87 | 215.63 | 0.89 | 0.07 |
| Hex | 2 | F | 22 | 5E | 38 | 0 | 57 | D8 | 59 | 7 |
| Octal | 2 | 17 | 42 | 136 | 70 | 0 | 127 | 330 | 131 | 7 |
| Binary | 10 | 1111 | 100010 | 1011110 | 111000 | 0 | 1010111 | 11011000 | 1011001 | 111 |
Color Harmonies of #020F22
Complementary color
Monochromatic Colors of #020F22
Black with #020F22
Text Example
Text Example
White with #020F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F22; }
p { color: rgb(2,15,34); }
H1.HeaderClassName
{
color: #020F22;
}
.AnyTagClassName
{
color: #020F22;
}
</style>
background-color css
<style>
a { background-color: #020F22; }
a { background-color: rgb(2,15,34); }
div.DivClassName
{
background-color: #020F22;
}
.BgClassName
{
background-color: #020F22;
}
</style>
border-color css
<style>
span { border-color: #020F22; }
span { border-color: rgb(2,15,34); }
td.TdClassName
{
border-color: #020F22;
}
.TagClassName
{
border-color: #020F22;
}
</style>