Shades of Black Pearl #03212F
Tints of Black Pearl #03212F
RGB
CMYK
RGB Variations
Color information
#03212F (or 0x03212F) is known color: Black Pearl. HEX triplet: 03, 21 and 2F. RGB value is (3,33,47). Sum of RGB (Red+Green+Blue) = 3+33+47=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #03212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03212F is #FCDED0. Grayscale: #191919. Windows color (decimal): -16572113 or 3088643. OLE color: 3088643.
HSL color Cylindrical-coordinate representation of color #03212F: hue angle of 199.09º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03212F is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 33 | 47 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.82 |
| HSL | 199.09º | 0.88% | 0.1% | - |
| HSV(B) | 199.09º | 0.94% | 0.18% | - |
| XYZ | 1.09 | 1.31 | 2.88 | - |
| YUV | 25.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 47 | 0.94 | 0.30 | 0 | 0.82 | 199.09 | 0.88 | 0.1 |
| Hex | 3 | 21 | 2F | 5E | 1E | 0 | 52 | C7 | 58 | A |
| Octal | 3 | 41 | 57 | 136 | 36 | 0 | 122 | 307 | 130 | 12 |
| Binary | 11 | 100001 | 101111 | 1011110 | 11110 | 0 | 1010010 | 11000111 | 1011000 | 1010 |
Color Harmonies of #03212F
Complementary color
Monochromatic Colors of #03212F
Black with #03212F
Text Example
Text Example
White with #03212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03212F; }
p { color: rgb(3,33,47); }
H1.HeaderClassName
{
color: #03212F;
}
.AnyTagClassName
{
color: #03212F;
}
</style>
background-color css
<style>
a { background-color: #03212F; }
a { background-color: rgb(3,33,47); }
div.DivClassName
{
background-color: #03212F;
}
.BgClassName
{
background-color: #03212F;
}
</style>
border-color css
<style>
span { border-color: #03212F; }
span { border-color: rgb(3,33,47); }
td.TdClassName
{
border-color: #03212F;
}
.TagClassName
{
border-color: #03212F;
}
</style>