Shades of Black Pearl #022A36
Tints of Black Pearl #022A36
RGB
CMYK
RGB Variations
Color information
#022A36 (or 0x022A36) is known color: Black Pearl. HEX triplet: 02, 2A and 36. RGB value is (2,42,54). Sum of RGB (Red+Green+Blue) = 2+42+54=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #022A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A36 is #FDD5C9. Grayscale: #1F1F1F. Windows color (decimal): -16635338 or 3549698. OLE color: 3549698.
HSL color Cylindrical-coordinate representation of color #022A36: hue angle of 193.85º 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 #022A36 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 42 | 54 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.79 |
| HSL | 193.85º | 0.93% | 0.11% | - |
| HSV(B) | 193.85º | 0.96% | 0.21% | - |
| XYZ | 1.52 | 1.94 | 3.78 | - |
| YUV | 31.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 54 | 0.96 | 0.22 | 0 | 0.79 | 193.85 | 0.93 | 0.11 |
| Hex | 2 | 2A | 36 | 60 | 16 | 0 | 4F | C2 | 5D | B |
| Octal | 2 | 52 | 66 | 140 | 26 | 0 | 117 | 302 | 135 | 13 |
| Binary | 10 | 101010 | 110110 | 1100000 | 10110 | 0 | 1001111 | 11000010 | 1011101 | 1011 |
Color Harmonies of #022A36
Complementary color
Monochromatic Colors of #022A36
Black with #022A36
Text Example
Text Example
White with #022A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A36; }
p { color: rgb(2,42,54); }
H1.HeaderClassName
{
color: #022A36;
}
.AnyTagClassName
{
color: #022A36;
}
</style>
background-color css
<style>
a { background-color: #022A36; }
a { background-color: rgb(2,42,54); }
div.DivClassName
{
background-color: #022A36;
}
.BgClassName
{
background-color: #022A36;
}
</style>
border-color css
<style>
span { border-color: #022A36; }
span { border-color: rgb(2,42,54); }
td.TdClassName
{
border-color: #022A36;
}
.TagClassName
{
border-color: #022A36;
}
</style>