Shades of Black Pearl #022632
Tints of Black Pearl #022632
RGB
CMYK
RGB Variations
Color information
#022632 (or 0x022632) is known color: Black Pearl. HEX triplet: 02, 26 and 32. RGB value is (2,38,50). Sum of RGB (Red+Green+Blue) = 2+38+50=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #022632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022632 is #FDD9CD. Grayscale: #1C1C1C. Windows color (decimal): -16636366 or 3286530. OLE color: 3286530.
HSL color Cylindrical-coordinate representation of color #022632: hue angle of 195º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022632 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 38 | 50 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.80 |
| HSL | 195º | 0.92% | 0.1% | - |
| HSV(B) | 195º | 0.96% | 0.2% | - |
| XYZ | 1.29 | 1.63 | 3.26 | - |
| YUV | 28.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 50 | 0.96 | 0.24 | 0 | 0.80 | 195 | 0.92 | 0.1 |
| Hex | 2 | 26 | 32 | 60 | 18 | 0 | 50 | C3 | 5C | A |
| Octal | 2 | 46 | 62 | 140 | 30 | 0 | 120 | 303 | 134 | 12 |
| Binary | 10 | 100110 | 110010 | 1100000 | 11000 | 0 | 1010000 | 11000011 | 1011100 | 1010 |
Color Harmonies of #022632
Complementary color
Monochromatic Colors of #022632
Black with #022632
Text Example
Text Example
White with #022632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022632; }
p { color: rgb(2,38,50); }
H1.HeaderClassName
{
color: #022632;
}
.AnyTagClassName
{
color: #022632;
}
</style>
background-color css
<style>
a { background-color: #022632; }
a { background-color: rgb(2,38,50); }
div.DivClassName
{
background-color: #022632;
}
.BgClassName
{
background-color: #022632;
}
</style>
border-color css
<style>
span { border-color: #022632; }
span { border-color: rgb(2,38,50); }
td.TdClassName
{
border-color: #022632;
}
.TagClassName
{
border-color: #022632;
}
</style>