Shades of Black Pearl #030C0F
Tints of Black Pearl #030C0F
RGB
CMYK
RGB Variations
Color information
#030C0F (or 0x030C0F) is known color: Black Pearl. HEX triplet: 03, 0C and 0F. RGB value is (3,12,15). Sum of RGB (Red+Green+Blue) = 3+12+15=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: blue. Hex color #030C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C0F is #FCF3F0. Grayscale: #090909. Windows color (decimal): -16577521 or 986115. OLE color: 986115.
HSL color Cylindrical-coordinate representation of color #030C0F: hue angle of 195º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #030C0F is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 12 | 15 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.94 |
| HSL | 195º | 0.67% | 0.04% | - |
| HSV(B) | 195º | 0.8% | 0.06% | - |
| XYZ | 0.26 | 0.32 | 0.5 | - |
| YUV | 9.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 15 | 0.80 | 0.20 | 0 | 0.94 | 195 | 0.67 | 0.04 |
| Hex | 3 | C | F | 50 | 14 | 0 | 5E | C3 | 43 | 4 |
| Octal | 3 | 14 | 17 | 120 | 24 | 0 | 136 | 303 | 103 | 4 |
| Binary | 11 | 1100 | 1111 | 1010000 | 10100 | 0 | 1011110 | 11000011 | 1000011 | 100 |
Color Harmonies of #030C0F
Complementary color
Monochromatic Colors of #030C0F
Black with #030C0F
Text Example
Text Example
White with #030C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C0F; }
p { color: rgb(3,12,15); }
H1.HeaderClassName
{
color: #030C0F;
}
.AnyTagClassName
{
color: #030C0F;
}
</style>
background-color css
<style>
a { background-color: #030C0F; }
a { background-color: rgb(3,12,15); }
div.DivClassName
{
background-color: #030C0F;
}
.BgClassName
{
background-color: #030C0F;
}
</style>
border-color css
<style>
span { border-color: #030C0F; }
span { border-color: rgb(3,12,15); }
td.TdClassName
{
border-color: #030C0F;
}
.TagClassName
{
border-color: #030C0F;
}
</style>