Shades of Black Pearl #02172B
Tints of Black Pearl #02172B
RGB
CMYK
RGB Variations
Color information
#02172B (or 0x02172B) is known color: Black Pearl. HEX triplet: 02, 17 and 2B. RGB value is (2,23,43). Sum of RGB (Red+Green+Blue) = 2+23+43=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #02172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02172B is #FDE8D4. Grayscale: #121212. Windows color (decimal): -16640213 or 2823938. OLE color: 2823938.
HSL color Cylindrical-coordinate representation of color #02172B: hue angle of 209.27º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02172B is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 23 | 43 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.83 |
| HSL | 209.27º | 0.91% | 0.09% | - |
| HSV(B) | 209.27º | 0.95% | 0.17% | - |
| XYZ | 0.77 | 0.8 | 2.4 | - |
| YUV | 19 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 43 | 0.95 | 0.47 | 0 | 0.83 | 209.27 | 0.91 | 0.09 |
| Hex | 2 | 17 | 2B | 5F | 2F | 0 | 53 | D1 | 5B | 9 |
| Octal | 2 | 27 | 53 | 137 | 57 | 0 | 123 | 321 | 133 | 11 |
| Binary | 10 | 10111 | 101011 | 1011111 | 101111 | 0 | 1010011 | 11010001 | 1011011 | 1001 |
Color Harmonies of #02172B
Complementary color
Monochromatic Colors of #02172B
Black with #02172B
Text Example
Text Example
White with #02172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02172B; }
p { color: rgb(2,23,43); }
H1.HeaderClassName
{
color: #02172B;
}
.AnyTagClassName
{
color: #02172B;
}
</style>
background-color css
<style>
a { background-color: #02172B; }
a { background-color: rgb(2,23,43); }
div.DivClassName
{
background-color: #02172B;
}
.BgClassName
{
background-color: #02172B;
}
</style>
border-color css
<style>
span { border-color: #02172B; }
span { border-color: rgb(2,23,43); }
td.TdClassName
{
border-color: #02172B;
}
.TagClassName
{
border-color: #02172B;
}
</style>