Shades of Black Pearl #021725
Tints of Black Pearl #021725
RGB
CMYK
RGB Variations
Color information
#021725 (or 0x021725) is known color: Black Pearl. HEX triplet: 02, 17 and 25. RGB value is (2,23,37). Sum of RGB (Red+Green+Blue) = 2+23+37=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #021725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021725 is #FDE8DA. Grayscale: #121212. Windows color (decimal): -16640219 or 2430722. OLE color: 2430722.
HSL color Cylindrical-coordinate representation of color #021725: hue angle of 204º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021725 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 23 | 37 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.85 |
| HSL | 204º | 0.9% | 0.08% | - |
| HSV(B) | 204º | 0.95% | 0.15% | - |
| XYZ | 0.67 | 0.76 | 1.86 | - |
| YUV | 18.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 37 | 0.95 | 0.38 | 0 | 0.85 | 204 | 0.9 | 0.08 |
| Hex | 2 | 17 | 25 | 5F | 26 | 0 | 55 | CC | 5A | 8 |
| Octal | 2 | 27 | 45 | 137 | 46 | 0 | 125 | 314 | 132 | 10 |
| Binary | 10 | 10111 | 100101 | 1011111 | 100110 | 0 | 1010101 | 11001100 | 1011010 | 1000 |
Color Harmonies of #021725
Complementary color
Monochromatic Colors of #021725
Black with #021725
Text Example
Text Example
White with #021725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021725; }
p { color: rgb(2,23,37); }
H1.HeaderClassName
{
color: #021725;
}
.AnyTagClassName
{
color: #021725;
}
</style>
background-color css
<style>
a { background-color: #021725; }
a { background-color: rgb(2,23,37); }
div.DivClassName
{
background-color: #021725;
}
.BgClassName
{
background-color: #021725;
}
</style>
border-color css
<style>
span { border-color: #021725; }
span { border-color: rgb(2,23,37); }
td.TdClassName
{
border-color: #021725;
}
.TagClassName
{
border-color: #021725;
}
</style>