Shades of Black Pearl #021726
Tints of Black Pearl #021726
RGB
CMYK
RGB Variations
Color information
#021726 (or 0x021726) is known color: Black Pearl. HEX triplet: 02, 17 and 26. RGB value is (2,23,38). Sum of RGB (Red+Green+Blue) = 2+23+38=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 38 (15.23% from 255 or 60.32% from 63); Max value from RGB is 38 - color contains mainly: blue. Hex color #021726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021726 is #FDE8D9. Grayscale: #121212. Windows color (decimal): -16640218 or 2496258. OLE color: 2496258.
HSL color Cylindrical-coordinate representation of color #021726: hue angle of 205º 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 #021726 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 23 | 38 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.85 |
| HSL | 205º | 0.9% | 0.08% | - |
| HSV(B) | 205º | 0.95% | 0.15% | - |
| XYZ | 0.68 | 0.77 | 1.95 | - |
| YUV | 18.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 38 | 0.95 | 0.39 | 0 | 0.85 | 205 | 0.9 | 0.08 |
| Hex | 2 | 17 | 26 | 5F | 27 | 0 | 55 | CD | 5A | 8 |
| Octal | 2 | 27 | 46 | 137 | 47 | 0 | 125 | 315 | 132 | 10 |
| Binary | 10 | 10111 | 100110 | 1011111 | 100111 | 0 | 1010101 | 11001101 | 1011010 | 1000 |
Color Harmonies of #021726
Complementary color
Monochromatic Colors of #021726
Black with #021726
Text Example
Text Example
White with #021726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021726; }
p { color: rgb(2,23,38); }
H1.HeaderClassName
{
color: #021726;
}
.AnyTagClassName
{
color: #021726;
}
</style>
background-color css
<style>
a { background-color: #021726; }
a { background-color: rgb(2,23,38); }
div.DivClassName
{
background-color: #021726;
}
.BgClassName
{
background-color: #021726;
}
</style>
border-color css
<style>
span { border-color: #021726; }
span { border-color: rgb(2,23,38); }
td.TdClassName
{
border-color: #021726;
}
.TagClassName
{
border-color: #021726;
}
</style>