Shades of Black Pearl #031011
Tints of Black Pearl #031011
RGB
CMYK
RGB Variations
Color information
#031011 (or 0x031011) is known color: Black Pearl. HEX triplet: 03, 10 and 11. RGB value is (3,16,17). Sum of RGB (Red+Green+Blue) = 3+16+17=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #031011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031011 is #FCEFEE. Grayscale: #0C0C0C. Windows color (decimal): -16576495 or 1118211. OLE color: 1118211.
HSL color Cylindrical-coordinate representation of color #031011: hue angle of 184.29º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #031011 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 16 | 17 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.93 |
| HSL | 184.29º | 0.7% | 0.04% | - |
| HSV(B) | 184.29º | 0.82% | 0.07% | - |
| XYZ | 0.32 | 0.43 | 0.6 | - |
| YUV | 12.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 17 | 0.82 | 0.06 | 0 | 0.93 | 184.29 | 0.7 | 0.04 |
| Hex | 3 | 10 | 11 | 52 | 6 | 0 | 5D | B8 | 46 | 4 |
| Octal | 3 | 20 | 21 | 122 | 6 | 0 | 135 | 270 | 106 | 4 |
| Binary | 11 | 10000 | 10001 | 1010010 | 110 | 0 | 1011101 | 10111000 | 1000110 | 100 |
Color Harmonies of #031011
Complementary color
Monochromatic Colors of #031011
Black with #031011
Text Example
Text Example
White with #031011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031011; }
p { color: rgb(3,16,17); }
H1.HeaderClassName
{
color: #031011;
}
.AnyTagClassName
{
color: #031011;
}
</style>
background-color css
<style>
a { background-color: #031011; }
a { background-color: rgb(3,16,17); }
div.DivClassName
{
background-color: #031011;
}
.BgClassName
{
background-color: #031011;
}
</style>
border-color css
<style>
span { border-color: #031011; }
span { border-color: rgb(3,16,17); }
td.TdClassName
{
border-color: #031011;
}
.TagClassName
{
border-color: #031011;
}
</style>