Shades of Black Pearl #03080F
Tints of Black Pearl #03080F
RGB
CMYK
RGB Variations
Color information
#03080F (or 0x03080F) is known color: Black Pearl. HEX triplet: 03, 08 and 0F. RGB value is (3,8,15). Sum of RGB (Red+Green+Blue) = 3+8+15=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 15 (6.25% from 255 or 57.69% from 26); Max value from RGB is 15 - color contains mainly: blue. Hex color #03080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03080F is #FCF7F0. Grayscale: #070707. Windows color (decimal): -16578545 or 985091. OLE color: 985091.
HSL color Cylindrical-coordinate representation of color #03080F: hue angle of 215º 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 #03080F is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 8 | 15 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.94 |
| HSL | 215º | 0.67% | 0.04% | - |
| HSV(B) | 215º | 0.8% | 0.06% | - |
| XYZ | 0.21 | 0.23 | 0.48 | - |
| YUV | 7.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 15 | 0.80 | 0.47 | 0 | 0.94 | 215 | 0.67 | 0.04 |
| Hex | 3 | 8 | F | 50 | 2F | 0 | 5E | D7 | 43 | 4 |
| Octal | 3 | 10 | 17 | 120 | 57 | 0 | 136 | 327 | 103 | 4 |
| Binary | 11 | 1000 | 1111 | 1010000 | 101111 | 0 | 1011110 | 11010111 | 1000011 | 100 |
Color Harmonies of #03080F
Complementary color
Monochromatic Colors of #03080F
Black with #03080F
Text Example
Text Example
White with #03080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03080F; }
p { color: rgb(3,8,15); }
H1.HeaderClassName
{
color: #03080F;
}
.AnyTagClassName
{
color: #03080F;
}
</style>
background-color css
<style>
a { background-color: #03080F; }
a { background-color: rgb(3,8,15); }
div.DivClassName
{
background-color: #03080F;
}
.BgClassName
{
background-color: #03080F;
}
</style>
border-color css
<style>
span { border-color: #03080F; }
span { border-color: rgb(3,8,15); }
td.TdClassName
{
border-color: #03080F;
}
.TagClassName
{
border-color: #03080F;
}
</style>