Shades of Black Pearl #020F23
Tints of Black Pearl #020F23
RGB
CMYK
RGB Variations
Color information
#020F23 (or 0x020F23) is known color: Black Pearl. HEX triplet: 02, 0F and 23. RGB value is (2,15,35). Sum of RGB (Red+Green+Blue) = 2+15+35=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 35 (14.06% from 255 or 67.31% from 52); Max value from RGB is 35 - color contains mainly: blue. Hex color #020F23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F23 is #FDF0DC. Grayscale: #0D0D0D. Windows color (decimal): -16642269 or 2297602. OLE color: 2297602.
HSL color Cylindrical-coordinate representation of color #020F23: hue angle of 216.36º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020F23 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 15 | 35 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.86 |
| HSL | 216.36º | 0.89% | 0.07% | - |
| HSV(B) | 216.36º | 0.94% | 0.14% | - |
| XYZ | 0.5 | 0.48 | 1.66 | - |
| YUV | 13.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 35 | 0.94 | 0.57 | 0 | 0.86 | 216.36 | 0.89 | 0.07 |
| Hex | 2 | F | 23 | 5E | 39 | 0 | 56 | D8 | 59 | 7 |
| Octal | 2 | 17 | 43 | 136 | 71 | 0 | 126 | 330 | 131 | 7 |
| Binary | 10 | 1111 | 100011 | 1011110 | 111001 | 0 | 1010110 | 11011000 | 1011001 | 111 |
Color Harmonies of #020F23
Complementary color
Monochromatic Colors of #020F23
Black with #020F23
Text Example
Text Example
White with #020F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F23; }
p { color: rgb(2,15,35); }
H1.HeaderClassName
{
color: #020F23;
}
.AnyTagClassName
{
color: #020F23;
}
</style>
background-color css
<style>
a { background-color: #020F23; }
a { background-color: rgb(2,15,35); }
div.DivClassName
{
background-color: #020F23;
}
.BgClassName
{
background-color: #020F23;
}
</style>
border-color css
<style>
span { border-color: #020F23; }
span { border-color: rgb(2,15,35); }
td.TdClassName
{
border-color: #020F23;
}
.TagClassName
{
border-color: #020F23;
}
</style>