Shades of Black Pearl #01212E
Tints of Black Pearl #01212E
RGB
CMYK
RGB Variations
Color information
#01212E (or 0x01212E) is known color: Black Pearl. HEX triplet: 01, 21 and 2E. RGB value is (1,33,46). Sum of RGB (Red+Green+Blue) = 1+33+46=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #01212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01212E is #FEDED1. Grayscale: #181818. Windows color (decimal): -16703186 or 3023105. OLE color: 3023105.
HSL color Cylindrical-coordinate representation of color #01212E: hue angle of 197.33º 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 #01212E is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 33 | 46 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.82 |
| HSL | 197.33º | 0.96% | 0.09% | - |
| HSV(B) | 197.33º | 0.98% | 0.18% | - |
| XYZ | 1.05 | 1.29 | 2.78 | - |
| YUV | 24.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 46 | 0.98 | 0.28 | 0 | 0.82 | 197.33 | 0.96 | 0.09 |
| Hex | 1 | 21 | 2E | 62 | 1C | 0 | 52 | C5 | 60 | 9 |
| Octal | 1 | 41 | 56 | 142 | 34 | 0 | 122 | 305 | 140 | 11 |
| Binary | 1 | 100001 | 101110 | 1100010 | 11100 | 0 | 1010010 | 11000101 | 1100000 | 1001 |
Color Harmonies of #01212E
Complementary color
Monochromatic Colors of #01212E
Black with #01212E
Text Example
Text Example
White with #01212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01212E; }
p { color: rgb(1,33,46); }
H1.HeaderClassName
{
color: #01212E;
}
.AnyTagClassName
{
color: #01212E;
}
</style>
background-color css
<style>
a { background-color: #01212E; }
a { background-color: rgb(1,33,46); }
div.DivClassName
{
background-color: #01212E;
}
.BgClassName
{
background-color: #01212E;
}
</style>
border-color css
<style>
span { border-color: #01212E; }
span { border-color: rgb(1,33,46); }
td.TdClassName
{
border-color: #01212E;
}
.TagClassName
{
border-color: #01212E;
}
</style>