Shades of Black Pearl #031120
Tints of Black Pearl #031120
RGB
CMYK
RGB Variations
Color information
#031120 (or 0x031120) is known color: Black Pearl. HEX triplet: 03, 11 and 20. RGB value is (3,17,32). Sum of RGB (Red+Green+Blue) = 3+17+32=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 32 (12.89% from 255 or 61.54% from 52); Max value from RGB is 32 - color contains mainly: blue. Hex color #031120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031120 is #FCEEDF. Grayscale: #0E0E0E. Windows color (decimal): -16576224 or 2101507. OLE color: 2101507.
HSL color Cylindrical-coordinate representation of color #031120: hue angle of 211.03º 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 #031120 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 17 | 32 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.87 |
| HSL | 211.03º | 0.83% | 0.07% | - |
| HSV(B) | 211.03º | 0.91% | 0.13% | - |
| XYZ | 0.5 | 0.52 | 1.44 | - |
| YUV | 14.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 32 | 0.91 | 0.47 | 0 | 0.87 | 211.03 | 0.83 | 0.07 |
| Hex | 3 | 11 | 20 | 5B | 2F | 0 | 57 | D3 | 53 | 7 |
| Octal | 3 | 21 | 40 | 133 | 57 | 0 | 127 | 323 | 123 | 7 |
| Binary | 11 | 10001 | 100000 | 1011011 | 101111 | 0 | 1010111 | 11010011 | 1010011 | 111 |
Color Harmonies of #031120
Complementary color
Monochromatic Colors of #031120
Black with #031120
Text Example
Text Example
White with #031120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031120; }
p { color: rgb(3,17,32); }
H1.HeaderClassName
{
color: #031120;
}
.AnyTagClassName
{
color: #031120;
}
</style>
background-color css
<style>
a { background-color: #031120; }
a { background-color: rgb(3,17,32); }
div.DivClassName
{
background-color: #031120;
}
.BgClassName
{
background-color: #031120;
}
</style>
border-color css
<style>
span { border-color: #031120; }
span { border-color: rgb(3,17,32); }
td.TdClassName
{
border-color: #031120;
}
.TagClassName
{
border-color: #031120;
}
</style>