Shades of Black Pearl #030A0E
Tints of Black Pearl #030A0E
RGB
CMYK
RGB Variations
Color information
#030A0E (or 0x030A0E) is known color: Black Pearl. HEX triplet: 03, 0A and 0E. RGB value is (3,10,14). Sum of RGB (Red+Green+Blue) = 3+10+14=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 14 (5.86% from 255 or 51.85% from 27); Max value from RGB is 14 - color contains mainly: blue. Hex color #030A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A0E is #FCF5F1. Grayscale: #080808. Windows color (decimal): -16578034 or 920067. OLE color: 920067.
HSL color Cylindrical-coordinate representation of color #030A0E: hue angle of 201.82º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #030A0E is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 10 | 14 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.95 |
| HSL | 201.82º | 0.65% | 0.03% | - |
| HSV(B) | 201.82º | 0.79% | 0.05% | - |
| XYZ | 0.23 | 0.27 | 0.46 | - |
| YUV | 8.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 14 | 0.79 | 0.29 | 0 | 0.95 | 201.82 | 0.65 | 0.03 |
| Hex | 3 | A | E | 4F | 1D | 0 | 5F | CA | 41 | 3 |
| Octal | 3 | 12 | 16 | 117 | 35 | 0 | 137 | 312 | 101 | 3 |
| Binary | 11 | 1010 | 1110 | 1001111 | 11101 | 0 | 1011111 | 11001010 | 1000001 | 11 |
Color Harmonies of #030A0E
Complementary color
Monochromatic Colors of #030A0E
Black with #030A0E
Text Example
Text Example
White with #030A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A0E; }
p { color: rgb(3,10,14); }
H1.HeaderClassName
{
color: #030A0E;
}
.AnyTagClassName
{
color: #030A0E;
}
</style>
background-color css
<style>
a { background-color: #030A0E; }
a { background-color: rgb(3,10,14); }
div.DivClassName
{
background-color: #030A0E;
}
.BgClassName
{
background-color: #030A0E;
}
</style>
border-color css
<style>
span { border-color: #030A0E; }
span { border-color: rgb(3,10,14); }
td.TdClassName
{
border-color: #030A0E;
}
.TagClassName
{
border-color: #030A0E;
}
</style>