Shades of Black Pearl #030B12
Tints of Black Pearl #030B12
RGB
CMYK
RGB Variations
Color information
#030B12 (or 0x030B12) is known color: Black Pearl. HEX triplet: 03, 0B and 12. RGB value is (3,11,18). Sum of RGB (Red+Green+Blue) = 3+11+18=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #030B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B12 is #FCF4ED. Grayscale: #090909. Windows color (decimal): -16577774 or 1182467. OLE color: 1182467.
HSL color Cylindrical-coordinate representation of color #030B12: hue angle of 208º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #030B12 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 11 | 18 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.93 |
| HSL | 208º | 0.71% | 0.04% | - |
| HSV(B) | 208º | 0.83% | 0.07% | - |
| XYZ | 0.27 | 0.3 | 0.62 | - |
| YUV | 9.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 18 | 0.83 | 0.39 | 0 | 0.93 | 208 | 0.71 | 0.04 |
| Hex | 3 | B | 12 | 53 | 27 | 0 | 5D | D0 | 47 | 4 |
| Octal | 3 | 13 | 22 | 123 | 47 | 0 | 135 | 320 | 107 | 4 |
| Binary | 11 | 1011 | 10010 | 1010011 | 100111 | 0 | 1011101 | 11010000 | 1000111 | 100 |
Color Harmonies of #030B12
Complementary color
Monochromatic Colors of #030B12
Black with #030B12
Text Example
Text Example
White with #030B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B12; }
p { color: rgb(3,11,18); }
H1.HeaderClassName
{
color: #030B12;
}
.AnyTagClassName
{
color: #030B12;
}
</style>
background-color css
<style>
a { background-color: #030B12; }
a { background-color: rgb(3,11,18); }
div.DivClassName
{
background-color: #030B12;
}
.BgClassName
{
background-color: #030B12;
}
</style>
border-color css
<style>
span { border-color: #030B12; }
span { border-color: rgb(3,11,18); }
td.TdClassName
{
border-color: #030B12;
}
.TagClassName
{
border-color: #030B12;
}
</style>