Shades of Black Pearl #030B19
Tints of Black Pearl #030B19
RGB
CMYK
RGB Variations
Color information
#030B19 (or 0x030B19) is known color: Black Pearl. HEX triplet: 03, 0B and 19. RGB value is (3,11,25). Sum of RGB (Red+Green+Blue) = 3+11+25=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #030B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B19 is #FCF4E6. Grayscale: #0A0A0A. Windows color (decimal): -16577767 or 1641219. OLE color: 1641219.
HSL color Cylindrical-coordinate representation of color #030B19: hue angle of 218.18º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030B19 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 11 | 25 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.90 |
| HSL | 218.18º | 0.79% | 0.05% | - |
| HSV(B) | 218.18º | 0.88% | 0.1% | - |
| XYZ | 0.33 | 0.33 | 0.97 | - |
| YUV | 10.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 25 | 0.88 | 0.56 | 0 | 0.90 | 218.18 | 0.79 | 0.05 |
| Hex | 3 | B | 19 | 58 | 38 | 0 | 5A | DA | 4F | 5 |
| Octal | 3 | 13 | 31 | 130 | 70 | 0 | 132 | 332 | 117 | 5 |
| Binary | 11 | 1011 | 11001 | 1011000 | 111000 | 0 | 1011010 | 11011010 | 1001111 | 101 |
Color Harmonies of #030B19
Complementary color
Monochromatic Colors of #030B19
Black with #030B19
Text Example
Text Example
White with #030B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B19; }
p { color: rgb(3,11,25); }
H1.HeaderClassName
{
color: #030B19;
}
.AnyTagClassName
{
color: #030B19;
}
</style>
background-color css
<style>
a { background-color: #030B19; }
a { background-color: rgb(3,11,25); }
div.DivClassName
{
background-color: #030B19;
}
.BgClassName
{
background-color: #030B19;
}
</style>
border-color css
<style>
span { border-color: #030B19; }
span { border-color: rgb(3,11,25); }
td.TdClassName
{
border-color: #030B19;
}
.TagClassName
{
border-color: #030B19;
}
</style>