Shades of Black Pearl #030B17
Tints of Black Pearl #030B17
RGB
CMYK
RGB Variations
Color information
#030B17 (or 0x030B17) is known color: Black Pearl. HEX triplet: 03, 0B and 17. RGB value is (3,11,23). Sum of RGB (Red+Green+Blue) = 3+11+23=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 23 (9.38% from 255 or 62.16% from 37); Max value from RGB is 23 - color contains mainly: blue. Hex color #030B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B17 is #FCF4E8. Grayscale: #090909. Windows color (decimal): -16577769 or 1510147. OLE color: 1510147.
HSL color Cylindrical-coordinate representation of color #030B17: hue angle of 216º 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 #030B17 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 11 | 23 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.91 |
| HSL | 216º | 0.77% | 0.05% | - |
| HSV(B) | 216º | 0.87% | 0.09% | - |
| XYZ | 0.31 | 0.32 | 0.86 | - |
| YUV | 9.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 23 | 0.87 | 0.52 | 0 | 0.91 | 216 | 0.77 | 0.05 |
| Hex | 3 | B | 17 | 57 | 34 | 0 | 5B | D8 | 4D | 5 |
| Octal | 3 | 13 | 27 | 127 | 64 | 0 | 133 | 330 | 115 | 5 |
| Binary | 11 | 1011 | 10111 | 1010111 | 110100 | 0 | 1011011 | 11011000 | 1001101 | 101 |
Color Harmonies of #030B17
Complementary color
Monochromatic Colors of #030B17
Black with #030B17
Text Example
Text Example
White with #030B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B17; }
p { color: rgb(3,11,23); }
H1.HeaderClassName
{
color: #030B17;
}
.AnyTagClassName
{
color: #030B17;
}
</style>
background-color css
<style>
a { background-color: #030B17; }
a { background-color: rgb(3,11,23); }
div.DivClassName
{
background-color: #030B17;
}
.BgClassName
{
background-color: #030B17;
}
</style>
border-color css
<style>
span { border-color: #030B17; }
span { border-color: rgb(3,11,23); }
td.TdClassName
{
border-color: #030B17;
}
.TagClassName
{
border-color: #030B17;
}
</style>