Shades of Black Pearl #031322
Tints of Black Pearl #031322
RGB
CMYK
RGB Variations
Color information
#031322 (or 0x031322) is known color: Black Pearl. HEX triplet: 03, 13 and 22. RGB value is (3,19,34). Sum of RGB (Red+Green+Blue) = 3+19+34=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 34 (13.67% from 255 or 60.71% from 56); Max value from RGB is 34 - color contains mainly: blue. Hex color #031322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031322 is #FCECDD. Grayscale: #0F0F0F. Windows color (decimal): -16575710 or 2233091. OLE color: 2233091.
HSL color Cylindrical-coordinate representation of color #031322: hue angle of 209.03º degrees, saturation: 0.84, 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 #031322 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 19 | 34 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.87 |
| HSL | 209.03º | 0.84% | 0.07% | - |
| HSV(B) | 209.03º | 0.91% | 0.13% | - |
| XYZ | 0.56 | 0.6 | 1.6 | - |
| YUV | 15.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 34 | 0.91 | 0.44 | 0 | 0.87 | 209.03 | 0.84 | 0.07 |
| Hex | 3 | 13 | 22 | 5B | 2C | 0 | 57 | D1 | 54 | 7 |
| Octal | 3 | 23 | 42 | 133 | 54 | 0 | 127 | 321 | 124 | 7 |
| Binary | 11 | 10011 | 100010 | 1011011 | 101100 | 0 | 1010111 | 11010001 | 1010100 | 111 |
Color Harmonies of #031322
Complementary color
Monochromatic Colors of #031322
Black with #031322
Text Example
Text Example
White with #031322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031322; }
p { color: rgb(3,19,34); }
H1.HeaderClassName
{
color: #031322;
}
.AnyTagClassName
{
color: #031322;
}
</style>
background-color css
<style>
a { background-color: #031322; }
a { background-color: rgb(3,19,34); }
div.DivClassName
{
background-color: #031322;
}
.BgClassName
{
background-color: #031322;
}
</style>
border-color css
<style>
span { border-color: #031322; }
span { border-color: rgb(3,19,34); }
td.TdClassName
{
border-color: #031322;
}
.TagClassName
{
border-color: #031322;
}
</style>