Shades of Black Pearl #022634
Tints of Black Pearl #022634
RGB
CMYK
RGB Variations
Color information
#022634 (or 0x022634) is known color: Black Pearl. HEX triplet: 02, 26 and 34. RGB value is (2,38,52). Sum of RGB (Red+Green+Blue) = 2+38+52=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #022634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022634 is #FDD9CB. Grayscale: #1C1C1C. Windows color (decimal): -16636364 or 3417602. OLE color: 3417602.
HSL color Cylindrical-coordinate representation of color #022634: hue angle of 196.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022634 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 38 | 52 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.80 |
| HSL | 196.8º | 0.93% | 0.11% | - |
| HSV(B) | 196.8º | 0.96% | 0.2% | - |
| XYZ | 1.34 | 1.65 | 3.5 | - |
| YUV | 28.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 52 | 0.96 | 0.27 | 0 | 0.80 | 196.8 | 0.93 | 0.11 |
| Hex | 2 | 26 | 34 | 60 | 1B | 0 | 50 | C5 | 5D | B |
| Octal | 2 | 46 | 64 | 140 | 33 | 0 | 120 | 305 | 135 | 13 |
| Binary | 10 | 100110 | 110100 | 1100000 | 11011 | 0 | 1010000 | 11000101 | 1011101 | 1011 |
Color Harmonies of #022634
Complementary color
Monochromatic Colors of #022634
Black with #022634
Text Example
Text Example
White with #022634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022634; }
p { color: rgb(2,38,52); }
H1.HeaderClassName
{
color: #022634;
}
.AnyTagClassName
{
color: #022634;
}
</style>
background-color css
<style>
a { background-color: #022634; }
a { background-color: rgb(2,38,52); }
div.DivClassName
{
background-color: #022634;
}
.BgClassName
{
background-color: #022634;
}
</style>
border-color css
<style>
span { border-color: #022634; }
span { border-color: rgb(2,38,52); }
td.TdClassName
{
border-color: #022634;
}
.TagClassName
{
border-color: #022634;
}
</style>