Shades of Black Pearl #01222B
Tints of Black Pearl #01222B
RGB
CMYK
RGB Variations
Color information
#01222B (or 0x01222B) is known color: Black Pearl. HEX triplet: 01, 22 and 2B. RGB value is (1,34,43). Sum of RGB (Red+Green+Blue) = 1+34+43=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #01222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01222B is #FEDDD4. Grayscale: #191919. Windows color (decimal): -16702933 or 2826753. OLE color: 2826753.
HSL color Cylindrical-coordinate representation of color #01222B: hue angle of 192.86º degrees, saturation: 0.95, 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 #01222B is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 34 | 43 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.83 |
| HSL | 192.86º | 0.95% | 0.09% | - |
| HSV(B) | 192.86º | 0.98% | 0.17% | - |
| XYZ | 1.02 | 1.32 | 2.49 | - |
| YUV | 25.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 43 | 0.98 | 0.21 | 0 | 0.83 | 192.86 | 0.95 | 0.09 |
| Hex | 1 | 22 | 2B | 62 | 15 | 0 | 53 | C1 | 5F | 9 |
| Octal | 1 | 42 | 53 | 142 | 25 | 0 | 123 | 301 | 137 | 11 |
| Binary | 1 | 100010 | 101011 | 1100010 | 10101 | 0 | 1010011 | 11000001 | 1011111 | 1001 |
Color Harmonies of #01222B
Complementary color
Monochromatic Colors of #01222B
Black with #01222B
Text Example
Text Example
White with #01222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01222B; }
p { color: rgb(1,34,43); }
H1.HeaderClassName
{
color: #01222B;
}
.AnyTagClassName
{
color: #01222B;
}
</style>
background-color css
<style>
a { background-color: #01222B; }
a { background-color: rgb(1,34,43); }
div.DivClassName
{
background-color: #01222B;
}
.BgClassName
{
background-color: #01222B;
}
</style>
border-color css
<style>
span { border-color: #01222B; }
span { border-color: rgb(1,34,43); }
td.TdClassName
{
border-color: #01222B;
}
.TagClassName
{
border-color: #01222B;
}
</style>