Shades of Black Pearl #03212E
Tints of Black Pearl #03212E
RGB
CMYK
RGB Variations
Color information
#03212E (or 0x03212E) is known color: Black Pearl. HEX triplet: 03, 21 and 2E. RGB value is (3,33,46). Sum of RGB (Red+Green+Blue) = 3+33+46=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #03212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03212E is #FCDED1. Grayscale: #191919. Windows color (decimal): -16572114 or 3023107. OLE color: 3023107.
HSL color Cylindrical-coordinate representation of color #03212E: hue angle of 198.14º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03212E is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 33 | 46 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.82 |
| HSL | 198.14º | 0.88% | 0.1% | - |
| HSV(B) | 198.14º | 0.93% | 0.18% | - |
| XYZ | 1.07 | 1.3 | 2.78 | - |
| YUV | 25.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 46 | 0.93 | 0.28 | 0 | 0.82 | 198.14 | 0.88 | 0.1 |
| Hex | 3 | 21 | 2E | 5D | 1C | 0 | 52 | C6 | 58 | A |
| Octal | 3 | 41 | 56 | 135 | 34 | 0 | 122 | 306 | 130 | 12 |
| Binary | 11 | 100001 | 101110 | 1011101 | 11100 | 0 | 1010010 | 11000110 | 1011000 | 1010 |
Color Harmonies of #03212E
Complementary color
Monochromatic Colors of #03212E
Black with #03212E
Text Example
Text Example
White with #03212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03212E; }
p { color: rgb(3,33,46); }
H1.HeaderClassName
{
color: #03212E;
}
.AnyTagClassName
{
color: #03212E;
}
</style>
background-color css
<style>
a { background-color: #03212E; }
a { background-color: rgb(3,33,46); }
div.DivClassName
{
background-color: #03212E;
}
.BgClassName
{
background-color: #03212E;
}
</style>
border-color css
<style>
span { border-color: #03212E; }
span { border-color: rgb(3,33,46); }
td.TdClassName
{
border-color: #03212E;
}
.TagClassName
{
border-color: #03212E;
}
</style>