Shades of Black Pearl #030F1E
Tints of Black Pearl #030F1E
RGB
CMYK
RGB Variations
Color information
#030F1E (or 0x030F1E) is known color: Black Pearl. HEX triplet: 03, 0F and 1E. RGB value is (3,15,30). Sum of RGB (Red+Green+Blue) = 3+15+30=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #030F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F1E is #FCF0E1. Grayscale: #0D0D0D. Windows color (decimal): -16576738 or 1969923. OLE color: 1969923.
HSL color Cylindrical-coordinate representation of color #030F1E: hue angle of 213.33º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030F1E is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 15 | 30 | - |
| CMYK | 0.90 | 0.5 | 0 | 0.88 |
| HSL | 213.33º | 0.82% | 0.06% | - |
| HSV(B) | 213.33º | 0.9% | 0.12% | - |
| XYZ | 0.44 | 0.45 | 1.29 | - |
| YUV | 13.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 30 | 0.90 | 0.5 | 0 | 0.88 | 213.33 | 0.82 | 0.06 |
| Hex | 3 | F | 1E | 5A | 32 | 0 | 58 | D5 | 52 | 6 |
| Octal | 3 | 17 | 36 | 132 | 62 | 0 | 130 | 325 | 122 | 6 |
| Binary | 11 | 1111 | 11110 | 1011010 | 110010 | 0 | 1011000 | 11010101 | 1010010 | 110 |
Color Harmonies of #030F1E
Complementary color
Monochromatic Colors of #030F1E
Black with #030F1E
Text Example
Text Example
White with #030F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F1E; }
p { color: rgb(3,15,30); }
H1.HeaderClassName
{
color: #030F1E;
}
.AnyTagClassName
{
color: #030F1E;
}
</style>
background-color css
<style>
a { background-color: #030F1E; }
a { background-color: rgb(3,15,30); }
div.DivClassName
{
background-color: #030F1E;
}
.BgClassName
{
background-color: #030F1E;
}
</style>
border-color css
<style>
span { border-color: #030F1E; }
span { border-color: rgb(3,15,30); }
td.TdClassName
{
border-color: #030F1E;
}
.TagClassName
{
border-color: #030F1E;
}
</style>