Shades of Black Pearl #03212A
Tints of Black Pearl #03212A
RGB
CMYK
RGB Variations
Color information
#03212A (or 0x03212A) is known color: Black Pearl. HEX triplet: 03, 21 and 2A. RGB value is (3,33,42). Sum of RGB (Red+Green+Blue) = 3+33+42=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #03212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03212A is #FCDED5. Grayscale: #181818. Windows color (decimal): -16572118 or 2760963. OLE color: 2760963.
HSL color Cylindrical-coordinate representation of color #03212A: hue angle of 193.85º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03212A is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 33 | 42 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.84 |
| HSL | 193.85º | 0.87% | 0.09% | - |
| HSV(B) | 193.85º | 0.93% | 0.16% | - |
| XYZ | 1 | 1.27 | 2.38 | - |
| YUV | 25.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 42 | 0.93 | 0.21 | 0 | 0.84 | 193.85 | 0.87 | 0.09 |
| Hex | 3 | 21 | 2A | 5D | 15 | 0 | 54 | C2 | 57 | 9 |
| Octal | 3 | 41 | 52 | 135 | 25 | 0 | 124 | 302 | 127 | 11 |
| Binary | 11 | 100001 | 101010 | 1011101 | 10101 | 0 | 1010100 | 11000010 | 1010111 | 1001 |
Color Harmonies of #03212A
Complementary color
Monochromatic Colors of #03212A
Black with #03212A
Text Example
Text Example
White with #03212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03212A; }
p { color: rgb(3,33,42); }
H1.HeaderClassName
{
color: #03212A;
}
.AnyTagClassName
{
color: #03212A;
}
</style>
background-color css
<style>
a { background-color: #03212A; }
a { background-color: rgb(3,33,42); }
div.DivClassName
{
background-color: #03212A;
}
.BgClassName
{
background-color: #03212A;
}
</style>
border-color css
<style>
span { border-color: #03212A; }
span { border-color: rgb(3,33,42); }
td.TdClassName
{
border-color: #03212A;
}
.TagClassName
{
border-color: #03212A;
}
</style>