Shades of Black Pearl #030B0F
Tints of Black Pearl #030B0F
RGB
CMYK
RGB Variations
Color information
#030B0F (or 0x030B0F) is known color: Black Pearl. HEX triplet: 03, 0B and 0F. RGB value is (3,11,15). Sum of RGB (Red+Green+Blue) = 3+11+15=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 11 (4.69% from 255 or 37.93% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #030B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B0F is #FCF4F0. Grayscale: #090909. Windows color (decimal): -16577777 or 985859. OLE color: 985859.
HSL color Cylindrical-coordinate representation of color #030B0F: hue angle of 200º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #030B0F is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 11 | 15 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.94 |
| HSL | 200º | 0.67% | 0.04% | - |
| HSV(B) | 200º | 0.8% | 0.06% | - |
| XYZ | 0.24 | 0.29 | 0.5 | - |
| YUV | 9.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 15 | 0.80 | 0.27 | 0 | 0.94 | 200 | 0.67 | 0.04 |
| Hex | 3 | B | F | 50 | 1B | 0 | 5E | C8 | 43 | 4 |
| Octal | 3 | 13 | 17 | 120 | 33 | 0 | 136 | 310 | 103 | 4 |
| Binary | 11 | 1011 | 1111 | 1010000 | 11011 | 0 | 1011110 | 11001000 | 1000011 | 100 |
Color Harmonies of #030B0F
Complementary color
Monochromatic Colors of #030B0F
Black with #030B0F
Text Example
Text Example
White with #030B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B0F; }
p { color: rgb(3,11,15); }
H1.HeaderClassName
{
color: #030B0F;
}
.AnyTagClassName
{
color: #030B0F;
}
</style>
background-color css
<style>
a { background-color: #030B0F; }
a { background-color: rgb(3,11,15); }
div.DivClassName
{
background-color: #030B0F;
}
.BgClassName
{
background-color: #030B0F;
}
</style>
border-color css
<style>
span { border-color: #030B0F; }
span { border-color: rgb(3,11,15); }
td.TdClassName
{
border-color: #030B0F;
}
.TagClassName
{
border-color: #030B0F;
}
</style>