Shades of Black Pearl #01212B
Tints of Black Pearl #01212B
RGB
CMYK
RGB Variations
Color information
#01212B (or 0x01212B) is known color: Black Pearl. HEX triplet: 01, 21 and 2B. RGB value is (1,33,43). Sum of RGB (Red+Green+Blue) = 1+33+43=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #01212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01212B is #FEDED4. Grayscale: #181818. Windows color (decimal): -16703189 or 2826497. OLE color: 2826497.
HSL color Cylindrical-coordinate representation of color #01212B: hue angle of 194.29º 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 #01212B is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 33 | 43 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.83 |
| HSL | 194.29º | 0.95% | 0.09% | - |
| HSV(B) | 194.29º | 0.98% | 0.17% | - |
| XYZ | 0.99 | 1.27 | 2.48 | - |
| YUV | 24.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 43 | 0.98 | 0.23 | 0 | 0.83 | 194.29 | 0.95 | 0.09 |
| Hex | 1 | 21 | 2B | 62 | 17 | 0 | 53 | C2 | 5F | 9 |
| Octal | 1 | 41 | 53 | 142 | 27 | 0 | 123 | 302 | 137 | 11 |
| Binary | 1 | 100001 | 101011 | 1100010 | 10111 | 0 | 1010011 | 11000010 | 1011111 | 1001 |
Color Harmonies of #01212B
Complementary color
Monochromatic Colors of #01212B
Black with #01212B
Text Example
Text Example
White with #01212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01212B; }
p { color: rgb(1,33,43); }
H1.HeaderClassName
{
color: #01212B;
}
.AnyTagClassName
{
color: #01212B;
}
</style>
background-color css
<style>
a { background-color: #01212B; }
a { background-color: rgb(1,33,43); }
div.DivClassName
{
background-color: #01212B;
}
.BgClassName
{
background-color: #01212B;
}
</style>
border-color css
<style>
span { border-color: #01212B; }
span { border-color: rgb(1,33,43); }
td.TdClassName
{
border-color: #01212B;
}
.TagClassName
{
border-color: #01212B;
}
</style>