Shades of Black Pearl #021D25
Tints of Black Pearl #021D25
RGB
CMYK
RGB Variations
Color information
#021D25 (or 0x021D25) is known color: Black Pearl. HEX triplet: 02, 1D and 25. RGB value is (2,29,37). Sum of RGB (Red+Green+Blue) = 2+29+37=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #021D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D25 is #FDE2DA. Grayscale: #151515. Windows color (decimal): -16638683 or 2432258. OLE color: 2432258.
HSL color Cylindrical-coordinate representation of color #021D25: hue angle of 193.71º 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 #021D25 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 29 | 37 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.85 |
| HSL | 193.71º | 0.9% | 0.08% | - |
| HSV(B) | 193.71º | 0.95% | 0.15% | - |
| XYZ | 0.8 | 1.03 | 1.91 | - |
| YUV | 21.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 37 | 0.95 | 0.22 | 0 | 0.85 | 193.71 | 0.9 | 0.08 |
| Hex | 2 | 1D | 25 | 5F | 16 | 0 | 55 | C2 | 5A | 8 |
| Octal | 2 | 35 | 45 | 137 | 26 | 0 | 125 | 302 | 132 | 10 |
| Binary | 10 | 11101 | 100101 | 1011111 | 10110 | 0 | 1010101 | 11000010 | 1011010 | 1000 |
Color Harmonies of #021D25
Complementary color
Monochromatic Colors of #021D25
Black with #021D25
Text Example
Text Example
White with #021D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D25; }
p { color: rgb(2,29,37); }
H1.HeaderClassName
{
color: #021D25;
}
.AnyTagClassName
{
color: #021D25;
}
</style>
background-color css
<style>
a { background-color: #021D25; }
a { background-color: rgb(2,29,37); }
div.DivClassName
{
background-color: #021D25;
}
.BgClassName
{
background-color: #021D25;
}
</style>
border-color css
<style>
span { border-color: #021D25; }
span { border-color: rgb(2,29,37); }
td.TdClassName
{
border-color: #021D25;
}
.TagClassName
{
border-color: #021D25;
}
</style>