Shades of Black Pearl #031420
Tints of Black Pearl #031420
RGB
CMYK
RGB Variations
Color information
#031420 (or 0x031420) is known color: Black Pearl. HEX triplet: 03, 14 and 20. RGB value is (3,20,32). Sum of RGB (Red+Green+Blue) = 3+20+32=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 32 (12.89% from 255 or 58.18% from 55); Max value from RGB is 32 - color contains mainly: blue. Hex color #031420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031420 is #FCEBDF. Grayscale: #101010. Windows color (decimal): -16575456 or 2102275. OLE color: 2102275.
HSL color Cylindrical-coordinate representation of color #031420: hue angle of 204.83º 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 #031420 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 20 | 32 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.87 |
| HSL | 204.83º | 0.83% | 0.07% | - |
| HSV(B) | 204.83º | 0.91% | 0.13% | - |
| XYZ | 0.55 | 0.62 | 1.46 | - |
| YUV | 16.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 32 | 0.91 | 0.37 | 0 | 0.87 | 204.83 | 0.83 | 0.07 |
| Hex | 3 | 14 | 20 | 5B | 25 | 0 | 57 | CD | 53 | 7 |
| Octal | 3 | 24 | 40 | 133 | 45 | 0 | 127 | 315 | 123 | 7 |
| Binary | 11 | 10100 | 100000 | 1011011 | 100101 | 0 | 1010111 | 11001101 | 1010011 | 111 |
Color Harmonies of #031420
Complementary color
Monochromatic Colors of #031420
Black with #031420
Text Example
Text Example
White with #031420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031420; }
p { color: rgb(3,20,32); }
H1.HeaderClassName
{
color: #031420;
}
.AnyTagClassName
{
color: #031420;
}
</style>
background-color css
<style>
a { background-color: #031420; }
a { background-color: rgb(3,20,32); }
div.DivClassName
{
background-color: #031420;
}
.BgClassName
{
background-color: #031420;
}
</style>
border-color css
<style>
span { border-color: #031420; }
span { border-color: rgb(3,20,32); }
td.TdClassName
{
border-color: #031420;
}
.TagClassName
{
border-color: #031420;
}
</style>