Shades of Black Pearl #030F17
Tints of Black Pearl #030F17
RGB
CMYK
RGB Variations
Color information
#030F17 (or 0x030F17) is known color: Black Pearl. HEX triplet: 03, 0F and 17. RGB value is (3,15,23). Sum of RGB (Red+Green+Blue) = 3+15+23=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #030F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F17 is #FCF0E8. Grayscale: #0C0C0C. Windows color (decimal): -16576745 or 1511171. OLE color: 1511171.
HSL color Cylindrical-coordinate representation of color #030F17: hue angle of 204º 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 #030F17 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 15 | 23 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.91 |
| HSL | 204º | 0.77% | 0.05% | - |
| HSV(B) | 204º | 0.87% | 0.09% | - |
| XYZ | 0.36 | 0.42 | 0.87 | - |
| YUV | 12.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 23 | 0.87 | 0.35 | 0 | 0.91 | 204 | 0.77 | 0.05 |
| Hex | 3 | F | 17 | 57 | 23 | 0 | 5B | CC | 4D | 5 |
| Octal | 3 | 17 | 27 | 127 | 43 | 0 | 133 | 314 | 115 | 5 |
| Binary | 11 | 1111 | 10111 | 1010111 | 100011 | 0 | 1011011 | 11001100 | 1001101 | 101 |
Color Harmonies of #030F17
Complementary color
Monochromatic Colors of #030F17
Black with #030F17
Text Example
Text Example
White with #030F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F17; }
p { color: rgb(3,15,23); }
H1.HeaderClassName
{
color: #030F17;
}
.AnyTagClassName
{
color: #030F17;
}
</style>
background-color css
<style>
a { background-color: #030F17; }
a { background-color: rgb(3,15,23); }
div.DivClassName
{
background-color: #030F17;
}
.BgClassName
{
background-color: #030F17;
}
</style>
border-color css
<style>
span { border-color: #030F17; }
span { border-color: rgb(3,15,23); }
td.TdClassName
{
border-color: #030F17;
}
.TagClassName
{
border-color: #030F17;
}
</style>