Shades of Black Pearl #01222C
Tints of Black Pearl #01222C
RGB
CMYK
RGB Variations
Color information
#01222C (or 0x01222C) is known color: Black Pearl. HEX triplet: 01, 22 and 2C. RGB value is (1,34,44). Sum of RGB (Red+Green+Blue) = 1+34+44=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #01222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01222C is #FEDDD3. Grayscale: #191919. Windows color (decimal): -16702932 or 2892289. OLE color: 2892289.
HSL color Cylindrical-coordinate representation of color #01222C: hue angle of 193.95º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01222C is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 34 | 44 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.83 |
| HSL | 193.95º | 0.96% | 0.09% | - |
| HSV(B) | 193.95º | 0.98% | 0.17% | - |
| XYZ | 1.04 | 1.33 | 2.59 | - |
| YUV | 25.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 44 | 0.98 | 0.23 | 0 | 0.83 | 193.95 | 0.96 | 0.09 |
| Hex | 1 | 22 | 2C | 62 | 17 | 0 | 53 | C2 | 60 | 9 |
| Octal | 1 | 42 | 54 | 142 | 27 | 0 | 123 | 302 | 140 | 11 |
| Binary | 1 | 100010 | 101100 | 1100010 | 10111 | 0 | 1010011 | 11000010 | 1100000 | 1001 |
Color Harmonies of #01222C
Complementary color
Monochromatic Colors of #01222C
Black with #01222C
Text Example
Text Example
White with #01222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01222C; }
p { color: rgb(1,34,44); }
H1.HeaderClassName
{
color: #01222C;
}
.AnyTagClassName
{
color: #01222C;
}
</style>
background-color css
<style>
a { background-color: #01222C; }
a { background-color: rgb(1,34,44); }
div.DivClassName
{
background-color: #01222C;
}
.BgClassName
{
background-color: #01222C;
}
</style>
border-color css
<style>
span { border-color: #01222C; }
span { border-color: rgb(1,34,44); }
td.TdClassName
{
border-color: #01222C;
}
.TagClassName
{
border-color: #01222C;
}
</style>