Shades of Black Pearl #02172A
Tints of Black Pearl #02172A
RGB
CMYK
RGB Variations
Color information
#02172A (or 0x02172A) is known color: Black Pearl. HEX triplet: 02, 17 and 2A. RGB value is (2,23,42). Sum of RGB (Red+Green+Blue) = 2+23+42=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 42 (16.80% from 255 or 62.69% from 67); Max value from RGB is 42 - color contains mainly: blue. Hex color #02172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02172A is #FDE8D5. Grayscale: #121212. Windows color (decimal): -16640214 or 2758402. OLE color: 2758402.
HSL color Cylindrical-coordinate representation of color #02172A: hue angle of 208.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02172A is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 23 | 42 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.84 |
| HSL | 208.5º | 0.91% | 0.09% | - |
| HSV(B) | 208.5º | 0.95% | 0.16% | - |
| XYZ | 0.75 | 0.79 | 2.3 | - |
| YUV | 18.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 42 | 0.95 | 0.45 | 0 | 0.84 | 208.5 | 0.91 | 0.09 |
| Hex | 2 | 17 | 2A | 5F | 2D | 0 | 54 | D0 | 5B | 9 |
| Octal | 2 | 27 | 52 | 137 | 55 | 0 | 124 | 320 | 133 | 11 |
| Binary | 10 | 10111 | 101010 | 1011111 | 101101 | 0 | 1010100 | 11010000 | 1011011 | 1001 |
Color Harmonies of #02172A
Complementary color
Monochromatic Colors of #02172A
Black with #02172A
Text Example
Text Example
White with #02172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02172A; }
p { color: rgb(2,23,42); }
H1.HeaderClassName
{
color: #02172A;
}
.AnyTagClassName
{
color: #02172A;
}
</style>
background-color css
<style>
a { background-color: #02172A; }
a { background-color: rgb(2,23,42); }
div.DivClassName
{
background-color: #02172A;
}
.BgClassName
{
background-color: #02172A;
}
</style>
border-color css
<style>
span { border-color: #02172A; }
span { border-color: rgb(2,23,42); }
td.TdClassName
{
border-color: #02172A;
}
.TagClassName
{
border-color: #02172A;
}
</style>