Shades of Black Pearl #022538
Tints of Black Pearl #022538
RGB
CMYK
RGB Variations
Color information
#022538 (or 0x022538) is known color: Black Pearl. HEX triplet: 02, 25 and 38. RGB value is (2,37,56). Sum of RGB (Red+Green+Blue) = 2+37+56=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #022538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022538 is #FDDAC7. Grayscale: #1C1C1C. Windows color (decimal): -16636616 or 3679490. OLE color: 3679490.
HSL color Cylindrical-coordinate representation of color #022538: hue angle of 201.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022538 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 37 | 56 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.78 |
| HSL | 201.11º | 0.93% | 0.11% | - |
| HSV(B) | 201.11º | 0.96% | 0.22% | - |
| XYZ | 1.4 | 1.62 | 3.98 | - |
| YUV | 28.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 56 | 0.96 | 0.34 | 0 | 0.78 | 201.11 | 0.93 | 0.11 |
| Hex | 2 | 25 | 38 | 60 | 22 | 0 | 4E | C9 | 5D | B |
| Octal | 2 | 45 | 70 | 140 | 42 | 0 | 116 | 311 | 135 | 13 |
| Binary | 10 | 100101 | 111000 | 1100000 | 100010 | 0 | 1001110 | 11001001 | 1011101 | 1011 |
Color Harmonies of #022538
Complementary color
Monochromatic Colors of #022538
Black with #022538
Text Example
Text Example
White with #022538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022538; }
p { color: rgb(2,37,56); }
H1.HeaderClassName
{
color: #022538;
}
.AnyTagClassName
{
color: #022538;
}
</style>
background-color css
<style>
a { background-color: #022538; }
a { background-color: rgb(2,37,56); }
div.DivClassName
{
background-color: #022538;
}
.BgClassName
{
background-color: #022538;
}
</style>
border-color css
<style>
span { border-color: #022538; }
span { border-color: rgb(2,37,56); }
td.TdClassName
{
border-color: #022538;
}
.TagClassName
{
border-color: #022538;
}
</style>