Shades of Black Pearl #030E17
Tints of Black Pearl #030E17
RGB
CMYK
RGB Variations
Color information
#030E17 (or 0x030E17) is known color: Black Pearl. HEX triplet: 03, 0E and 17. RGB value is (3,14,23). Sum of RGB (Red+Green+Blue) = 3+14+23=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #030E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E17 is #FCF1E8. Grayscale: #0B0B0B. Windows color (decimal): -16577001 or 1510915. OLE color: 1510915.
HSL color Cylindrical-coordinate representation of color #030E17: hue angle of 207º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #030E17 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 14 | 23 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.91 |
| HSL | 207º | 0.77% | 0.05% | - |
| HSV(B) | 207º | 0.87% | 0.09% | - |
| XYZ | 0.35 | 0.4 | 0.87 | - |
| YUV | 11.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 23 | 0.87 | 0.39 | 0 | 0.91 | 207 | 0.77 | 0.05 |
| Hex | 3 | E | 17 | 57 | 27 | 0 | 5B | CF | 4D | 5 |
| Octal | 3 | 16 | 27 | 127 | 47 | 0 | 133 | 317 | 115 | 5 |
| Binary | 11 | 1110 | 10111 | 1010111 | 100111 | 0 | 1011011 | 11001111 | 1001101 | 101 |
Color Harmonies of #030E17
Complementary color
Monochromatic Colors of #030E17
Black with #030E17
Text Example
Text Example
White with #030E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E17; }
p { color: rgb(3,14,23); }
H1.HeaderClassName
{
color: #030E17;
}
.AnyTagClassName
{
color: #030E17;
}
</style>
background-color css
<style>
a { background-color: #030E17; }
a { background-color: rgb(3,14,23); }
div.DivClassName
{
background-color: #030E17;
}
.BgClassName
{
background-color: #030E17;
}
</style>
border-color css
<style>
span { border-color: #030E17; }
span { border-color: rgb(3,14,23); }
td.TdClassName
{
border-color: #030E17;
}
.TagClassName
{
border-color: #030E17;
}
</style>