Shades of Black Pearl #022534
Tints of Black Pearl #022534
RGB
CMYK
RGB Variations
Color information
#022534 (or 0x022534) is known color: Black Pearl. HEX triplet: 02, 25 and 34. RGB value is (2,37,52). Sum of RGB (Red+Green+Blue) = 2+37+52=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #022534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022534 is #FDDACB. Grayscale: #1C1C1C. Windows color (decimal): -16636620 or 3417346. OLE color: 3417346.
HSL color Cylindrical-coordinate representation of color #022534: hue angle of 198º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022534 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 37 | 52 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.80 |
| HSL | 198º | 0.93% | 0.11% | - |
| HSV(B) | 198º | 0.96% | 0.2% | - |
| XYZ | 1.31 | 1.58 | 3.49 | - |
| YUV | 28.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 52 | 0.96 | 0.29 | 0 | 0.80 | 198 | 0.93 | 0.11 |
| Hex | 2 | 25 | 34 | 60 | 1D | 0 | 50 | C6 | 5D | B |
| Octal | 2 | 45 | 64 | 140 | 35 | 0 | 120 | 306 | 135 | 13 |
| Binary | 10 | 100101 | 110100 | 1100000 | 11101 | 0 | 1010000 | 11000110 | 1011101 | 1011 |
Color Harmonies of #022534
Complementary color
Monochromatic Colors of #022534
Black with #022534
Text Example
Text Example
White with #022534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022534; }
p { color: rgb(2,37,52); }
H1.HeaderClassName
{
color: #022534;
}
.AnyTagClassName
{
color: #022534;
}
</style>
background-color css
<style>
a { background-color: #022534; }
a { background-color: rgb(2,37,52); }
div.DivClassName
{
background-color: #022534;
}
.BgClassName
{
background-color: #022534;
}
</style>
border-color css
<style>
span { border-color: #022534; }
span { border-color: rgb(2,37,52); }
td.TdClassName
{
border-color: #022534;
}
.TagClassName
{
border-color: #022534;
}
</style>