Shades of Black Pearl #021226
Tints of Black Pearl #021226
RGB
CMYK
RGB Variations
Color information
#021226 (or 0x021226) is known color: Black Pearl. HEX triplet: 02, 12 and 26. RGB value is (2,18,38). Sum of RGB (Red+Green+Blue) = 2+18+38=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #021226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021226 is #FDEDD9. Grayscale: #0F0F0F. Windows color (decimal): -16641498 or 2494978. OLE color: 2494978.
HSL color Cylindrical-coordinate representation of color #021226: hue angle of 213.33º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021226 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 18 | 38 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.85 |
| HSL | 213.33º | 0.9% | 0.08% | - |
| HSV(B) | 213.33º | 0.95% | 0.15% | - |
| XYZ | 0.59 | 0.59 | 1.92 | - |
| YUV | 15.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 38 | 0.95 | 0.53 | 0 | 0.85 | 213.33 | 0.9 | 0.08 |
| Hex | 2 | 12 | 26 | 5F | 35 | 0 | 55 | D5 | 5A | 8 |
| Octal | 2 | 22 | 46 | 137 | 65 | 0 | 125 | 325 | 132 | 10 |
| Binary | 10 | 10010 | 100110 | 1011111 | 110101 | 0 | 1010101 | 11010101 | 1011010 | 1000 |
Color Harmonies of #021226
Complementary color
Monochromatic Colors of #021226
Black with #021226
Text Example
Text Example
White with #021226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021226; }
p { color: rgb(2,18,38); }
H1.HeaderClassName
{
color: #021226;
}
.AnyTagClassName
{
color: #021226;
}
</style>
background-color css
<style>
a { background-color: #021226; }
a { background-color: rgb(2,18,38); }
div.DivClassName
{
background-color: #021226;
}
.BgClassName
{
background-color: #021226;
}
</style>
border-color css
<style>
span { border-color: #021226; }
span { border-color: rgb(2,18,38); }
td.TdClassName
{
border-color: #021226;
}
.TagClassName
{
border-color: #021226;
}
</style>