Shades of Black Pearl #030F13
Tints of Black Pearl #030F13
RGB
CMYK
RGB Variations
Color information
#030F13 (or 0x030F13) is known color: Black Pearl. HEX triplet: 03, 0F and 13. RGB value is (3,15,19). Sum of RGB (Red+Green+Blue) = 3+15+19=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #030F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F13 is #FCF0EC. Grayscale: #0B0B0B. Windows color (decimal): -16576749 or 1249027. OLE color: 1249027.
HSL color Cylindrical-coordinate representation of color #030F13: hue angle of 195º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #030F13 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 15 | 19 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.93 |
| HSL | 195º | 0.73% | 0.04% | - |
| HSV(B) | 195º | 0.84% | 0.07% | - |
| XYZ | 0.33 | 0.41 | 0.68 | - |
| YUV | 11.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 19 | 0.84 | 0.21 | 0 | 0.93 | 195 | 0.73 | 0.04 |
| Hex | 3 | F | 13 | 54 | 15 | 0 | 5D | C3 | 49 | 4 |
| Octal | 3 | 17 | 23 | 124 | 25 | 0 | 135 | 303 | 111 | 4 |
| Binary | 11 | 1111 | 10011 | 1010100 | 10101 | 0 | 1011101 | 11000011 | 1001001 | 100 |
Color Harmonies of #030F13
Complementary color
Monochromatic Colors of #030F13
Black with #030F13
Text Example
Text Example
White with #030F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F13; }
p { color: rgb(3,15,19); }
H1.HeaderClassName
{
color: #030F13;
}
.AnyTagClassName
{
color: #030F13;
}
</style>
background-color css
<style>
a { background-color: #030F13; }
a { background-color: rgb(3,15,19); }
div.DivClassName
{
background-color: #030F13;
}
.BgClassName
{
background-color: #030F13;
}
</style>
border-color css
<style>
span { border-color: #030F13; }
span { border-color: rgb(3,15,19); }
td.TdClassName
{
border-color: #030F13;
}
.TagClassName
{
border-color: #030F13;
}
</style>