Shades of Black Pearl #022735
Tints of Black Pearl #022735
RGB
CMYK
RGB Variations
Color information
#022735 (or 0x022735) is known color: Black Pearl. HEX triplet: 02, 27 and 35. RGB value is (2,39,53). Sum of RGB (Red+Green+Blue) = 2+39+53=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #022735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022735 is #FDD8CA. Grayscale: #1D1D1D. Windows color (decimal): -16636107 or 3483394. OLE color: 3483394.
HSL color Cylindrical-coordinate representation of color #022735: hue angle of 196.47º 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 #022735 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 39 | 53 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.79 |
| HSL | 196.47º | 0.93% | 0.11% | - |
| HSV(B) | 196.47º | 0.96% | 0.21% | - |
| XYZ | 1.39 | 1.72 | 3.63 | - |
| YUV | 29.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 53 | 0.96 | 0.26 | 0 | 0.79 | 196.47 | 0.93 | 0.11 |
| Hex | 2 | 27 | 35 | 60 | 1A | 0 | 4F | C4 | 5D | B |
| Octal | 2 | 47 | 65 | 140 | 32 | 0 | 117 | 304 | 135 | 13 |
| Binary | 10 | 100111 | 110101 | 1100000 | 11010 | 0 | 1001111 | 11000100 | 1011101 | 1011 |
Color Harmonies of #022735
Complementary color
Monochromatic Colors of #022735
Black with #022735
Text Example
Text Example
White with #022735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022735; }
p { color: rgb(2,39,53); }
H1.HeaderClassName
{
color: #022735;
}
.AnyTagClassName
{
color: #022735;
}
</style>
background-color css
<style>
a { background-color: #022735; }
a { background-color: rgb(2,39,53); }
div.DivClassName
{
background-color: #022735;
}
.BgClassName
{
background-color: #022735;
}
</style>
border-color css
<style>
span { border-color: #022735; }
span { border-color: rgb(2,39,53); }
td.TdClassName
{
border-color: #022735;
}
.TagClassName
{
border-color: #022735;
}
</style>