Shades of Black Pearl #022A34
Tints of Black Pearl #022A34
RGB
CMYK
RGB Variations
Color information
#022A34 (or 0x022A34) is known color: Black Pearl. HEX triplet: 02, 2A and 34. RGB value is (2,42,52). Sum of RGB (Red+Green+Blue) = 2+42+52=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #022A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A34 is #FDD5CB. Grayscale: #1F1F1F. Windows color (decimal): -16635340 or 3418626. OLE color: 3418626.
HSL color Cylindrical-coordinate representation of color #022A34: hue angle of 192º 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 #022A34 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 42 | 52 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.80 |
| HSL | 192º | 0.93% | 0.11% | - |
| HSV(B) | 192º | 0.96% | 0.2% | - |
| XYZ | 1.47 | 1.92 | 3.54 | - |
| YUV | 31.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 52 | 0.96 | 0.19 | 0 | 0.80 | 192 | 0.93 | 0.11 |
| Hex | 2 | 2A | 34 | 60 | 13 | 0 | 50 | C0 | 5D | B |
| Octal | 2 | 52 | 64 | 140 | 23 | 0 | 120 | 300 | 135 | 13 |
| Binary | 10 | 101010 | 110100 | 1100000 | 10011 | 0 | 1010000 | 11000000 | 1011101 | 1011 |
Color Harmonies of #022A34
Complementary color
Monochromatic Colors of #022A34
Black with #022A34
Text Example
Text Example
White with #022A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A34; }
p { color: rgb(2,42,52); }
H1.HeaderClassName
{
color: #022A34;
}
.AnyTagClassName
{
color: #022A34;
}
</style>
background-color css
<style>
a { background-color: #022A34; }
a { background-color: rgb(2,42,52); }
div.DivClassName
{
background-color: #022A34;
}
.BgClassName
{
background-color: #022A34;
}
</style>
border-color css
<style>
span { border-color: #022A34; }
span { border-color: rgb(2,42,52); }
td.TdClassName
{
border-color: #022A34;
}
.TagClassName
{
border-color: #022A34;
}
</style>