Shades of Black Pearl #031114
Tints of Black Pearl #031114
RGB
CMYK
RGB Variations
Color information
#031114 (or 0x031114) is known color: Black Pearl. HEX triplet: 03, 11 and 14. RGB value is (3,17,20). Sum of RGB (Red+Green+Blue) = 3+17+20=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #031114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031114 is #FCEEEB. Grayscale: #0D0D0D. Windows color (decimal): -16576236 or 1315075. OLE color: 1315075.
HSL color Cylindrical-coordinate representation of color #031114: hue angle of 190.59º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031114 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 17 | 20 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.92 |
| HSL | 190.59º | 0.74% | 0.05% | - |
| HSV(B) | 190.59º | 0.85% | 0.08% | - |
| XYZ | 0.36 | 0.47 | 0.73 | - |
| YUV | 13.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 20 | 0.85 | 0.15 | 0 | 0.92 | 190.59 | 0.74 | 0.05 |
| Hex | 3 | 11 | 14 | 55 | F | 0 | 5C | BF | 4A | 5 |
| Octal | 3 | 21 | 24 | 125 | 17 | 0 | 134 | 277 | 112 | 5 |
| Binary | 11 | 10001 | 10100 | 1010101 | 1111 | 0 | 1011100 | 10111111 | 1001010 | 101 |
Color Harmonies of #031114
Complementary color
Monochromatic Colors of #031114
Black with #031114
Text Example
Text Example
White with #031114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031114; }
p { color: rgb(3,17,20); }
H1.HeaderClassName
{
color: #031114;
}
.AnyTagClassName
{
color: #031114;
}
</style>
background-color css
<style>
a { background-color: #031114; }
a { background-color: rgb(3,17,20); }
div.DivClassName
{
background-color: #031114;
}
.BgClassName
{
background-color: #031114;
}
</style>
border-color css
<style>
span { border-color: #031114; }
span { border-color: rgb(3,17,20); }
td.TdClassName
{
border-color: #031114;
}
.TagClassName
{
border-color: #031114;
}
</style>