Shades of Black Pearl #022736
Tints of Black Pearl #022736
RGB
CMYK
RGB Variations
Color information
#022736 (or 0x022736) is known color: Black Pearl. HEX triplet: 02, 27 and 36. RGB value is (2,39,54). Sum of RGB (Red+Green+Blue) = 2+39+54=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #022736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022736 is #FDD8C9. Grayscale: #1D1D1D. Windows color (decimal): -16636106 or 3548930. OLE color: 3548930.
HSL color Cylindrical-coordinate representation of color #022736: hue angle of 197.31º 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 #022736 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 39 | 54 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.79 |
| HSL | 197.31º | 0.93% | 0.11% | - |
| HSV(B) | 197.31º | 0.96% | 0.21% | - |
| XYZ | 1.42 | 1.73 | 3.75 | - |
| YUV | 29.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 54 | 0.96 | 0.28 | 0 | 0.79 | 197.31 | 0.93 | 0.11 |
| Hex | 2 | 27 | 36 | 60 | 1C | 0 | 4F | C5 | 5D | B |
| Octal | 2 | 47 | 66 | 140 | 34 | 0 | 117 | 305 | 135 | 13 |
| Binary | 10 | 100111 | 110110 | 1100000 | 11100 | 0 | 1001111 | 11000101 | 1011101 | 1011 |
Color Harmonies of #022736
Complementary color
Monochromatic Colors of #022736
Black with #022736
Text Example
Text Example
White with #022736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022736; }
p { color: rgb(2,39,54); }
H1.HeaderClassName
{
color: #022736;
}
.AnyTagClassName
{
color: #022736;
}
</style>
background-color css
<style>
a { background-color: #022736; }
a { background-color: rgb(2,39,54); }
div.DivClassName
{
background-color: #022736;
}
.BgClassName
{
background-color: #022736;
}
</style>
border-color css
<style>
span { border-color: #022736; }
span { border-color: rgb(2,39,54); }
td.TdClassName
{
border-color: #022736;
}
.TagClassName
{
border-color: #022736;
}
</style>