Shades of Black Pearl #020F17
Tints of Black Pearl #020F17
RGB
CMYK
RGB Variations
Color information
#020F17 (or 0x020F17) is known color: Black Pearl. HEX triplet: 02, 0F and 17. RGB value is (2,15,23). Sum of RGB (Red+Green+Blue) = 2+15+23=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #020F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F17 is #FDF0E8. Grayscale: #0B0B0B. Windows color (decimal): -16642281 or 1511170. OLE color: 1511170.
HSL color Cylindrical-coordinate representation of color #020F17: hue angle of 202.86º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #020F17 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 15 | 23 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.91 |
| HSL | 202.86º | 0.84% | 0.05% | - |
| HSV(B) | 202.86º | 0.91% | 0.09% | - |
| XYZ | 0.35 | 0.42 | 0.87 | - |
| YUV | 12.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 23 | 0.91 | 0.35 | 0 | 0.91 | 202.86 | 0.84 | 0.05 |
| Hex | 2 | F | 17 | 5B | 23 | 0 | 5B | CB | 54 | 5 |
| Octal | 2 | 17 | 27 | 133 | 43 | 0 | 133 | 313 | 124 | 5 |
| Binary | 10 | 1111 | 10111 | 1011011 | 100011 | 0 | 1011011 | 11001011 | 1010100 | 101 |
Color Harmonies of #020F17
Complementary color
Monochromatic Colors of #020F17
Black with #020F17
Text Example
Text Example
White with #020F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F17; }
p { color: rgb(2,15,23); }
H1.HeaderClassName
{
color: #020F17;
}
.AnyTagClassName
{
color: #020F17;
}
</style>
background-color css
<style>
a { background-color: #020F17; }
a { background-color: rgb(2,15,23); }
div.DivClassName
{
background-color: #020F17;
}
.BgClassName
{
background-color: #020F17;
}
</style>
border-color css
<style>
span { border-color: #020F17; }
span { border-color: rgb(2,15,23); }
td.TdClassName
{
border-color: #020F17;
}
.TagClassName
{
border-color: #020F17;
}
</style>