Shades of Black Pearl #030D11
Tints of Black Pearl #030D11
RGB
CMYK
RGB Variations
Color information
#030D11 (or 0x030D11) is known color: Black Pearl. HEX triplet: 03, 0D and 11. RGB value is (3,13,17). Sum of RGB (Red+Green+Blue) = 3+13+17=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #030D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D11 is #FCF2EE. Grayscale: #0A0A0A. Windows color (decimal): -16577263 or 1117443. OLE color: 1117443.
HSL color Cylindrical-coordinate representation of color #030D11: hue angle of 197.14º 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 #030D11 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 13 | 17 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.93 |
| HSL | 197.14º | 0.7% | 0.04% | - |
| HSV(B) | 197.14º | 0.82% | 0.07% | - |
| XYZ | 0.28 | 0.35 | 0.58 | - |
| YUV | 10.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 17 | 0.82 | 0.24 | 0 | 0.93 | 197.14 | 0.7 | 0.04 |
| Hex | 3 | D | 11 | 52 | 18 | 0 | 5D | C5 | 46 | 4 |
| Octal | 3 | 15 | 21 | 122 | 30 | 0 | 135 | 305 | 106 | 4 |
| Binary | 11 | 1101 | 10001 | 1010010 | 11000 | 0 | 1011101 | 11000101 | 1000110 | 100 |
Color Harmonies of #030D11
Complementary color
Monochromatic Colors of #030D11
Black with #030D11
Text Example
Text Example
White with #030D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D11; }
p { color: rgb(3,13,17); }
H1.HeaderClassName
{
color: #030D11;
}
.AnyTagClassName
{
color: #030D11;
}
</style>
background-color css
<style>
a { background-color: #030D11; }
a { background-color: rgb(3,13,17); }
div.DivClassName
{
background-color: #030D11;
}
.BgClassName
{
background-color: #030D11;
}
</style>
border-color css
<style>
span { border-color: #030D11; }
span { border-color: rgb(3,13,17); }
td.TdClassName
{
border-color: #030D11;
}
.TagClassName
{
border-color: #030D11;
}
</style>