Shades of Black Pearl #031320
Tints of Black Pearl #031320
RGB
CMYK
RGB Variations
Color information
#031320 (or 0x031320) is known color: Black Pearl. HEX triplet: 03, 13 and 20. RGB value is (3,19,32). Sum of RGB (Red+Green+Blue) = 3+19+32=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 32 (12.89% from 255 or 59.26% from 54); Max value from RGB is 32 - color contains mainly: blue. Hex color #031320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031320 is #FCECDF. Grayscale: #0F0F0F. Windows color (decimal): -16575712 or 2102019. OLE color: 2102019.
HSL color Cylindrical-coordinate representation of color #031320: hue angle of 206.9º 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 #031320 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 19 | 32 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.87 |
| HSL | 206.9º | 0.83% | 0.07% | - |
| HSV(B) | 206.9º | 0.91% | 0.13% | - |
| XYZ | 0.53 | 0.59 | 1.45 | - |
| YUV | 15.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 32 | 0.91 | 0.41 | 0 | 0.87 | 206.9 | 0.83 | 0.07 |
| Hex | 3 | 13 | 20 | 5B | 29 | 0 | 57 | CF | 53 | 7 |
| Octal | 3 | 23 | 40 | 133 | 51 | 0 | 127 | 317 | 123 | 7 |
| Binary | 11 | 10011 | 100000 | 1011011 | 101001 | 0 | 1010111 | 11001111 | 1010011 | 111 |
Color Harmonies of #031320
Complementary color
Monochromatic Colors of #031320
Black with #031320
Text Example
Text Example
White with #031320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031320; }
p { color: rgb(3,19,32); }
H1.HeaderClassName
{
color: #031320;
}
.AnyTagClassName
{
color: #031320;
}
</style>
background-color css
<style>
a { background-color: #031320; }
a { background-color: rgb(3,19,32); }
div.DivClassName
{
background-color: #031320;
}
.BgClassName
{
background-color: #031320;
}
</style>
border-color css
<style>
span { border-color: #031320; }
span { border-color: rgb(3,19,32); }
td.TdClassName
{
border-color: #031320;
}
.TagClassName
{
border-color: #031320;
}
</style>