Shades of Black Pearl #030D17
Tints of Black Pearl #030D17
RGB
CMYK
RGB Variations
Color information
#030D17 (or 0x030D17) is known color: Black Pearl. HEX triplet: 03, 0D and 17. RGB value is (3,13,23). Sum of RGB (Red+Green+Blue) = 3+13+23=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #030D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D17 is #FCF2E8. Grayscale: #0B0B0B. Windows color (decimal): -16577257 or 1510659. OLE color: 1510659.
HSL color Cylindrical-coordinate representation of color #030D17: hue angle of 210º 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 #030D17 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 13 | 23 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.91 |
| HSL | 210º | 0.77% | 0.05% | - |
| HSV(B) | 210º | 0.87% | 0.09% | - |
| XYZ | 0.34 | 0.37 | 0.86 | - |
| YUV | 11.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 23 | 0.87 | 0.43 | 0 | 0.91 | 210 | 0.77 | 0.05 |
| Hex | 3 | D | 17 | 57 | 2B | 0 | 5B | D2 | 4D | 5 |
| Octal | 3 | 15 | 27 | 127 | 53 | 0 | 133 | 322 | 115 | 5 |
| Binary | 11 | 1101 | 10111 | 1010111 | 101011 | 0 | 1011011 | 11010010 | 1001101 | 101 |
Color Harmonies of #030D17
Complementary color
Monochromatic Colors of #030D17
Black with #030D17
Text Example
Text Example
White with #030D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D17; }
p { color: rgb(3,13,23); }
H1.HeaderClassName
{
color: #030D17;
}
.AnyTagClassName
{
color: #030D17;
}
</style>
background-color css
<style>
a { background-color: #030D17; }
a { background-color: rgb(3,13,23); }
div.DivClassName
{
background-color: #030D17;
}
.BgClassName
{
background-color: #030D17;
}
</style>
border-color css
<style>
span { border-color: #030D17; }
span { border-color: rgb(3,13,23); }
td.TdClassName
{
border-color: #030D17;
}
.TagClassName
{
border-color: #030D17;
}
</style>