Shades of Black Pearl #030B18
Tints of Black Pearl #030B18
RGB
CMYK
RGB Variations
Color information
#030B18 (or 0x030B18) is known color: Black Pearl. HEX triplet: 03, 0B and 18. RGB value is (3,11,24). Sum of RGB (Red+Green+Blue) = 3+11+24=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #030B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B18 is #FCF4E7. Grayscale: #0A0A0A. Windows color (decimal): -16577768 or 1575683. OLE color: 1575683.
HSL color Cylindrical-coordinate representation of color #030B18: hue angle of 217.14º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030B18 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 11 | 24 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.91 |
| HSL | 217.14º | 0.78% | 0.05% | - |
| HSV(B) | 217.14º | 0.88% | 0.09% | - |
| XYZ | 0.32 | 0.32 | 0.91 | - |
| YUV | 10.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 24 | 0.88 | 0.54 | 0 | 0.91 | 217.14 | 0.78 | 0.05 |
| Hex | 3 | B | 18 | 58 | 36 | 0 | 5B | D9 | 4E | 5 |
| Octal | 3 | 13 | 30 | 130 | 66 | 0 | 133 | 331 | 116 | 5 |
| Binary | 11 | 1011 | 11000 | 1011000 | 110110 | 0 | 1011011 | 11011001 | 1001110 | 101 |
Color Harmonies of #030B18
Complementary color
Monochromatic Colors of #030B18
Black with #030B18
Text Example
Text Example
White with #030B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B18; }
p { color: rgb(3,11,24); }
H1.HeaderClassName
{
color: #030B18;
}
.AnyTagClassName
{
color: #030B18;
}
</style>
background-color css
<style>
a { background-color: #030B18; }
a { background-color: rgb(3,11,24); }
div.DivClassName
{
background-color: #030B18;
}
.BgClassName
{
background-color: #030B18;
}
</style>
border-color css
<style>
span { border-color: #030B18; }
span { border-color: rgb(3,11,24); }
td.TdClassName
{
border-color: #030B18;
}
.TagClassName
{
border-color: #030B18;
}
</style>