Shades of Black Pearl #030B13
Tints of Black Pearl #030B13
RGB
CMYK
RGB Variations
Color information
#030B13 (or 0x030B13) is known color: Black Pearl. HEX triplet: 03, 0B and 13. RGB value is (3,11,19). Sum of RGB (Red+Green+Blue) = 3+11+19=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 19 (7.81% from 255 or 57.58% from 33); Max value from RGB is 19 - color contains mainly: blue. Hex color #030B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B13 is #FCF4EC. Grayscale: #090909. Windows color (decimal): -16577773 or 1248003. OLE color: 1248003.
HSL color Cylindrical-coordinate representation of color #030B13: hue angle of 210º 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 #030B13 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 11 | 19 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.93 |
| HSL | 210º | 0.73% | 0.04% | - |
| HSV(B) | 210º | 0.84% | 0.07% | - |
| XYZ | 0.27 | 0.31 | 0.66 | - |
| YUV | 9.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 19 | 0.84 | 0.42 | 0 | 0.93 | 210 | 0.73 | 0.04 |
| Hex | 3 | B | 13 | 54 | 2A | 0 | 5D | D2 | 49 | 4 |
| Octal | 3 | 13 | 23 | 124 | 52 | 0 | 135 | 322 | 111 | 4 |
| Binary | 11 | 1011 | 10011 | 1010100 | 101010 | 0 | 1011101 | 11010010 | 1001001 | 100 |
Color Harmonies of #030B13
Complementary color
Monochromatic Colors of #030B13
Black with #030B13
Text Example
Text Example
White with #030B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B13; }
p { color: rgb(3,11,19); }
H1.HeaderClassName
{
color: #030B13;
}
.AnyTagClassName
{
color: #030B13;
}
</style>
background-color css
<style>
a { background-color: #030B13; }
a { background-color: rgb(3,11,19); }
div.DivClassName
{
background-color: #030B13;
}
.BgClassName
{
background-color: #030B13;
}
</style>
border-color css
<style>
span { border-color: #030B13; }
span { border-color: rgb(3,11,19); }
td.TdClassName
{
border-color: #030B13;
}
.TagClassName
{
border-color: #030B13;
}
</style>