Shades of Black Pearl #021735
Tints of Black Pearl #021735
RGB
CMYK
RGB Variations
Color information
#021735 (or 0x021735) is known color: Black Pearl. HEX triplet: 02, 17 and 35. RGB value is (2,23,53). Sum of RGB (Red+Green+Blue) = 2+23+53=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 53 (21.09% from 255 or 67.95% from 78); Max value from RGB is 53 - color contains mainly: blue. Hex color #021735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021735 is #FDE8CA. Grayscale: #141414. Windows color (decimal): -16640203 or 3479298. OLE color: 3479298.
HSL color Cylindrical-coordinate representation of color #021735: hue angle of 215.29º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021735 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 23 | 53 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.79 |
| HSL | 215.29º | 0.93% | 0.11% | - |
| HSV(B) | 215.29º | 0.96% | 0.21% | - |
| XYZ | 0.97 | 0.88 | 3.49 | - |
| YUV | 20.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 53 | 0.96 | 0.57 | 0 | 0.79 | 215.29 | 0.93 | 0.11 |
| Hex | 2 | 17 | 35 | 60 | 39 | 0 | 4F | D7 | 5D | B |
| Octal | 2 | 27 | 65 | 140 | 71 | 0 | 117 | 327 | 135 | 13 |
| Binary | 10 | 10111 | 110101 | 1100000 | 111001 | 0 | 1001111 | 11010111 | 1011101 | 1011 |
Color Harmonies of #021735
Complementary color
Monochromatic Colors of #021735
Black with #021735
Text Example
Text Example
White with #021735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021735; }
p { color: rgb(2,23,53); }
H1.HeaderClassName
{
color: #021735;
}
.AnyTagClassName
{
color: #021735;
}
</style>
background-color css
<style>
a { background-color: #021735; }
a { background-color: rgb(2,23,53); }
div.DivClassName
{
background-color: #021735;
}
.BgClassName
{
background-color: #021735;
}
</style>
border-color css
<style>
span { border-color: #021735; }
span { border-color: rgb(2,23,53); }
td.TdClassName
{
border-color: #021735;
}
.TagClassName
{
border-color: #021735;
}
</style>