Shades of Black Pearl #030913
Tints of Black Pearl #030913
RGB
CMYK
RGB Variations
Color information
#030913 (or 0x030913) is known color: Black Pearl. HEX triplet: 03, 09 and 13. RGB value is (3,9,19). Sum of RGB (Red+Green+Blue) = 3+9+19=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #030913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030913 is #FCF6EC. Grayscale: #080808. Windows color (decimal): -16578285 or 1247491. OLE color: 1247491.
HSL color Cylindrical-coordinate representation of color #030913: hue angle of 217.5º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #030913 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 9 | 19 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.93 |
| HSL | 217.5º | 0.73% | 0.04% | - |
| HSV(B) | 217.5º | 0.84% | 0.07% | - |
| XYZ | 0.25 | 0.26 | 0.65 | - |
| YUV | 8.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 19 | 0.84 | 0.53 | 0 | 0.93 | 217.5 | 0.73 | 0.04 |
| Hex | 3 | 9 | 13 | 54 | 35 | 0 | 5D | DA | 49 | 4 |
| Octal | 3 | 11 | 23 | 124 | 65 | 0 | 135 | 332 | 111 | 4 |
| Binary | 11 | 1001 | 10011 | 1010100 | 110101 | 0 | 1011101 | 11011010 | 1001001 | 100 |
Color Harmonies of #030913
Complementary color
Monochromatic Colors of #030913
Black with #030913
Text Example
Text Example
White with #030913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030913; }
p { color: rgb(3,9,19); }
H1.HeaderClassName
{
color: #030913;
}
.AnyTagClassName
{
color: #030913;
}
</style>
background-color css
<style>
a { background-color: #030913; }
a { background-color: rgb(3,9,19); }
div.DivClassName
{
background-color: #030913;
}
.BgClassName
{
background-color: #030913;
}
</style>
border-color css
<style>
span { border-color: #030913; }
span { border-color: rgb(3,9,19); }
td.TdClassName
{
border-color: #030913;
}
.TagClassName
{
border-color: #030913;
}
</style>