Shades of Black Pearl #01222A
Tints of Black Pearl #01222A
RGB
CMYK
RGB Variations
Color information
#01222A (or 0x01222A) is known color: Black Pearl. HEX triplet: 01, 22 and 2A. RGB value is (1,34,42). Sum of RGB (Red+Green+Blue) = 1+34+42=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #01222A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01222A is #FEDDD5. Grayscale: #181818. Windows color (decimal): -16702934 or 2761217. OLE color: 2761217.
HSL color Cylindrical-coordinate representation of color #01222A: hue angle of 191.71º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01222A is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 34 | 42 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.84 |
| HSL | 191.71º | 0.95% | 0.08% | - |
| HSV(B) | 191.71º | 0.98% | 0.16% | - |
| XYZ | 1 | 1.32 | 2.39 | - |
| YUV | 25.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 42 | 0.98 | 0.19 | 0 | 0.84 | 191.71 | 0.95 | 0.08 |
| Hex | 1 | 22 | 2A | 62 | 13 | 0 | 54 | C0 | 5F | 8 |
| Octal | 1 | 42 | 52 | 142 | 23 | 0 | 124 | 300 | 137 | 10 |
| Binary | 1 | 100010 | 101010 | 1100010 | 10011 | 0 | 1010100 | 11000000 | 1011111 | 1000 |
Color Harmonies of #01222A
Complementary color
Monochromatic Colors of #01222A
Black with #01222A
Text Example
Text Example
White with #01222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01222A; }
p { color: rgb(1,34,42); }
H1.HeaderClassName
{
color: #01222A;
}
.AnyTagClassName
{
color: #01222A;
}
</style>
background-color css
<style>
a { background-color: #01222A; }
a { background-color: rgb(1,34,42); }
div.DivClassName
{
background-color: #01222A;
}
.BgClassName
{
background-color: #01222A;
}
</style>
border-color css
<style>
span { border-color: #01222A; }
span { border-color: rgb(1,34,42); }
td.TdClassName
{
border-color: #01222A;
}
.TagClassName
{
border-color: #01222A;
}
</style>