Shades of Black Pearl #03212B
Tints of Black Pearl #03212B
RGB
CMYK
RGB Variations
Color information
#03212B (or 0x03212B) is known color: Black Pearl. HEX triplet: 03, 21 and 2B. RGB value is (3,33,43). Sum of RGB (Red+Green+Blue) = 3+33+43=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #03212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03212B is #FCDED4. Grayscale: #191919. Windows color (decimal): -16572117 or 2826499. OLE color: 2826499.
HSL color Cylindrical-coordinate representation of color #03212B: hue angle of 195º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03212B is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 3 | 33 | 43 | - |
CMYK | 0.93 | 0.23 | 0 | 0.83 |
HSL | 195º | 0.87% | 0.09% | - |
HSV(B) | 195º | 0.93% | 0.17% | - |
XYZ | 1.02 | 1.28 | 2.48 | - |
YUV | 25.17 | 138.06 | 112.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 33 | 43 | 0.93 | 0.23 | 0 | 0.83 | 195 | 0.87 | 0.09 |
Hex | 3 | 21 | 2B | 5D | 17 | 0 | 53 | C3 | 57 | 9 |
Octal | 3 | 41 | 53 | 135 | 27 | 0 | 123 | 303 | 127 | 11 |
Binary | 11 | 100001 | 101011 | 1011101 | 10111 | 0 | 1010011 | 11000011 | 1010111 | 1001 |
Color Harmonies of #03212B
Complementary color
Monochromatic Colors of #03212B
Black with #03212B
Text Example
Text Example
White with #03212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03212B; }
p { color: rgb(3,33,43); }
H1.HeaderClassName
{
color: #03212B;
}
.AnyTagClassName
{
color: #03212B;
}
</style>
background-color css
<style>
a { background-color: #03212B; }
a { background-color: rgb(3,33,43); }
div.DivClassName
{
background-color: #03212B;
}
.BgClassName
{
background-color: #03212B;
}
</style>
border-color css
<style>
span { border-color: #03212B; }
span { border-color: rgb(3,33,43); }
td.TdClassName
{
border-color: #03212B;
}
.TagClassName
{
border-color: #03212B;
}
</style>