Shades of Black Pearl #022536
Tints of Black Pearl #022536
RGB
CMYK
RGB Variations
Color information
#022536 (or 0x022536) is known color: Black Pearl. HEX triplet: 02, 25 and 36. RGB value is (2,37,54). Sum of RGB (Red+Green+Blue) = 2+37+54=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #022536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022536 is #FDDAC9. Grayscale: #1C1C1C. Windows color (decimal): -16636618 or 3548418. OLE color: 3548418.
HSL color Cylindrical-coordinate representation of color #022536: hue angle of 199.62º 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 #022536 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 37 | 54 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.79 |
| HSL | 199.62º | 0.93% | 0.11% | - |
| HSV(B) | 199.62º | 0.96% | 0.21% | - |
| XYZ | 1.35 | 1.6 | 3.73 | - |
| YUV | 28.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 54 | 0.96 | 0.31 | 0 | 0.79 | 199.62 | 0.93 | 0.11 |
| Hex | 2 | 25 | 36 | 60 | 1F | 0 | 4F | C8 | 5D | B |
| Octal | 2 | 45 | 66 | 140 | 37 | 0 | 117 | 310 | 135 | 13 |
| Binary | 10 | 100101 | 110110 | 1100000 | 11111 | 0 | 1001111 | 11001000 | 1011101 | 1011 |
Color Harmonies of #022536
Complementary color
Monochromatic Colors of #022536
Black with #022536
Text Example
Text Example
White with #022536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022536; }
p { color: rgb(2,37,54); }
H1.HeaderClassName
{
color: #022536;
}
.AnyTagClassName
{
color: #022536;
}
</style>
background-color css
<style>
a { background-color: #022536; }
a { background-color: rgb(2,37,54); }
div.DivClassName
{
background-color: #022536;
}
.BgClassName
{
background-color: #022536;
}
</style>
border-color css
<style>
span { border-color: #022536; }
span { border-color: rgb(2,37,54); }
td.TdClassName
{
border-color: #022536;
}
.TagClassName
{
border-color: #022536;
}
</style>