Shades of Black Pearl #02172E
Tints of Black Pearl #02172E
RGB
CMYK
RGB Variations
Color information
#02172E (or 0x02172E) is known color: Black Pearl. HEX triplet: 02, 17 and 2E. RGB value is (2,23,46). Sum of RGB (Red+Green+Blue) = 2+23+46=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #02172E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02172E is #FDE8D1. Grayscale: #131313. Windows color (decimal): -16640210 or 3020546. OLE color: 3020546.
HSL color Cylindrical-coordinate representation of color #02172E: hue angle of 211.36º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02172E is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 23 | 46 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.82 |
| HSL | 211.36º | 0.92% | 0.09% | - |
| HSV(B) | 211.36º | 0.96% | 0.18% | - |
| XYZ | 0.82 | 0.82 | 2.7 | - |
| YUV | 19.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 46 | 0.96 | 0.50 | 0 | 0.82 | 211.36 | 0.92 | 0.09 |
| Hex | 2 | 17 | 2E | 60 | 32 | 0 | 52 | D3 | 5C | 9 |
| Octal | 2 | 27 | 56 | 140 | 62 | 0 | 122 | 323 | 134 | 11 |
| Binary | 10 | 10111 | 101110 | 1100000 | 110010 | 0 | 1010010 | 11010011 | 1011100 | 1001 |
Color Harmonies of #02172E
Complementary color
Monochromatic Colors of #02172E
Black with #02172E
Text Example
Text Example
White with #02172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02172E; }
p { color: rgb(2,23,46); }
H1.HeaderClassName
{
color: #02172E;
}
.AnyTagClassName
{
color: #02172E;
}
</style>
background-color css
<style>
a { background-color: #02172E; }
a { background-color: rgb(2,23,46); }
div.DivClassName
{
background-color: #02172E;
}
.BgClassName
{
background-color: #02172E;
}
</style>
border-color css
<style>
span { border-color: #02172E; }
span { border-color: rgb(2,23,46); }
td.TdClassName
{
border-color: #02172E;
}
.TagClassName
{
border-color: #02172E;
}
</style>