Shades of Black Pearl #030F1A
Tints of Black Pearl #030F1A
RGB
CMYK
RGB Variations
Color information
#030F1A (or 0x030F1A) is known color: Black Pearl. HEX triplet: 03, 0F and 1A. RGB value is (3,15,26). Sum of RGB (Red+Green+Blue) = 3+15+26=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #030F1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F1A is #FCF0E5. Grayscale: #0C0C0C. Windows color (decimal): -16576742 or 1707779. OLE color: 1707779.
HSL color Cylindrical-coordinate representation of color #030F1A: hue angle of 208.7º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030F1A is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 15 | 26 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.90 |
| HSL | 208.7º | 0.79% | 0.06% | - |
| HSV(B) | 208.7º | 0.88% | 0.1% | - |
| XYZ | 0.39 | 0.44 | 1.04 | - |
| YUV | 12.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 26 | 0.88 | 0.42 | 0 | 0.90 | 208.7 | 0.79 | 0.06 |
| Hex | 3 | F | 1A | 58 | 2A | 0 | 5A | D1 | 4F | 6 |
| Octal | 3 | 17 | 32 | 130 | 52 | 0 | 132 | 321 | 117 | 6 |
| Binary | 11 | 1111 | 11010 | 1011000 | 101010 | 0 | 1011010 | 11010001 | 1001111 | 110 |
Color Harmonies of #030F1A
Complementary color
Monochromatic Colors of #030F1A
Black with #030F1A
Text Example
Text Example
White with #030F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F1A; }
p { color: rgb(3,15,26); }
H1.HeaderClassName
{
color: #030F1A;
}
.AnyTagClassName
{
color: #030F1A;
}
</style>
background-color css
<style>
a { background-color: #030F1A; }
a { background-color: rgb(3,15,26); }
div.DivClassName
{
background-color: #030F1A;
}
.BgClassName
{
background-color: #030F1A;
}
</style>
border-color css
<style>
span { border-color: #030F1A; }
span { border-color: rgb(3,15,26); }
td.TdClassName
{
border-color: #030F1A;
}
.TagClassName
{
border-color: #030F1A;
}
</style>