Shades of Black Pearl #031621
Tints of Black Pearl #031621
RGB
CMYK
RGB Variations
Color information
#031621 (or 0x031621) is known color: Black Pearl. HEX triplet: 03, 16 and 21. RGB value is (3,22,33). Sum of RGB (Red+Green+Blue) = 3+22+33=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #031621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031621 is #FCE9DE. Grayscale: #111111. Windows color (decimal): -16574943 or 2168323. OLE color: 2168323.
HSL color Cylindrical-coordinate representation of color #031621: hue angle of 202º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031621 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 22 | 33 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.87 |
| HSL | 202º | 0.83% | 0.07% | - |
| HSV(B) | 202º | 0.91% | 0.13% | - |
| XYZ | 0.6 | 0.7 | 1.54 | - |
| YUV | 17.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 33 | 0.91 | 0.33 | 0 | 0.87 | 202 | 0.83 | 0.07 |
| Hex | 3 | 16 | 21 | 5B | 21 | 0 | 57 | CA | 53 | 7 |
| Octal | 3 | 26 | 41 | 133 | 41 | 0 | 127 | 312 | 123 | 7 |
| Binary | 11 | 10110 | 100001 | 1011011 | 100001 | 0 | 1010111 | 11001010 | 1010011 | 111 |
Color Harmonies of #031621
Complementary color
Monochromatic Colors of #031621
Black with #031621
Text Example
Text Example
White with #031621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031621; }
p { color: rgb(3,22,33); }
H1.HeaderClassName
{
color: #031621;
}
.AnyTagClassName
{
color: #031621;
}
</style>
background-color css
<style>
a { background-color: #031621; }
a { background-color: rgb(3,22,33); }
div.DivClassName
{
background-color: #031621;
}
.BgClassName
{
background-color: #031621;
}
</style>
border-color css
<style>
span { border-color: #031621; }
span { border-color: rgb(3,22,33); }
td.TdClassName
{
border-color: #031621;
}
.TagClassName
{
border-color: #031621;
}
</style>