Shades of Black Pearl #01212F
Tints of Black Pearl #01212F
RGB
CMYK
RGB Variations
Color information
#01212F (or 0x01212F) is known color: Black Pearl. HEX triplet: 01, 21 and 2F. RGB value is (1,33,47). Sum of RGB (Red+Green+Blue) = 1+33+47=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #01212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01212F is #FEDED0. Grayscale: #181818. Windows color (decimal): -16703185 or 3088641. OLE color: 3088641.
HSL color Cylindrical-coordinate representation of color #01212F: hue angle of 198.26º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01212F is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 33 | 47 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.82 |
| HSL | 198.26º | 0.96% | 0.09% | - |
| HSV(B) | 198.26º | 0.98% | 0.18% | - |
| XYZ | 1.07 | 1.3 | 2.88 | - |
| YUV | 25.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 47 | 0.98 | 0.30 | 0 | 0.82 | 198.26 | 0.96 | 0.09 |
| Hex | 1 | 21 | 2F | 62 | 1E | 0 | 52 | C6 | 60 | 9 |
| Octal | 1 | 41 | 57 | 142 | 36 | 0 | 122 | 306 | 140 | 11 |
| Binary | 1 | 100001 | 101111 | 1100010 | 11110 | 0 | 1010010 | 11000110 | 1100000 | 1001 |
Color Harmonies of #01212F
Complementary color
Monochromatic Colors of #01212F
Black with #01212F
Text Example
Text Example
White with #01212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01212F; }
p { color: rgb(1,33,47); }
H1.HeaderClassName
{
color: #01212F;
}
.AnyTagClassName
{
color: #01212F;
}
</style>
background-color css
<style>
a { background-color: #01212F; }
a { background-color: rgb(1,33,47); }
div.DivClassName
{
background-color: #01212F;
}
.BgClassName
{
background-color: #01212F;
}
</style>
border-color css
<style>
span { border-color: #01212F; }
span { border-color: rgb(1,33,47); }
td.TdClassName
{
border-color: #01212F;
}
.TagClassName
{
border-color: #01212F;
}
</style>