Shades of Black Pearl #03080A
Tints of Black Pearl #03080A
RGB
CMYK
RGB Variations
Color information
#03080A (or 0x03080A) is known color: Black Pearl. HEX triplet: 03, 08 and 0A. RGB value is (3,8,10). Sum of RGB (Red+Green+Blue) = 3+8+10=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 8 (3.52% from 255 or 38.10% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: blue. Hex color #03080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03080A is #FCF7F5. Grayscale: #060606. Windows color (decimal): -16578550 or 657411. OLE color: 657411.
HSL color Cylindrical-coordinate representation of color #03080A: hue angle of 197.14º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #03080A is Cyan = 0.70, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 8 | 10 | - |
| CMYK | 0.70 | 0.2 | 0 | 0.96 |
| HSL | 197.14º | 0.54% | 0.03% | - |
| HSV(B) | 197.14º | 0.7% | 0.04% | - |
| XYZ | 0.18 | 0.21 | 0.32 | - |
| YUV | 6.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 10 | 0.70 | 0.2 | 0 | 0.96 | 197.14 | 0.54 | 0.03 |
| Hex | 3 | 8 | A | 46 | 14 | 0 | 60 | C5 | 36 | 3 |
| Octal | 3 | 10 | 12 | 106 | 24 | 0 | 140 | 305 | 66 | 3 |
| Binary | 11 | 1000 | 1010 | 1000110 | 10100 | 0 | 1100000 | 11000101 | 110110 | 11 |
Color Harmonies of #03080A
Complementary color
Monochromatic Colors of #03080A
Black with #03080A
Text Example
Text Example
White with #03080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03080A; }
p { color: rgb(3,8,10); }
H1.HeaderClassName
{
color: #03080A;
}
.AnyTagClassName
{
color: #03080A;
}
</style>
background-color css
<style>
a { background-color: #03080A; }
a { background-color: rgb(3,8,10); }
div.DivClassName
{
background-color: #03080A;
}
.BgClassName
{
background-color: #03080A;
}
</style>
border-color css
<style>
span { border-color: #03080A; }
span { border-color: rgb(3,8,10); }
td.TdClassName
{
border-color: #03080A;
}
.TagClassName
{
border-color: #03080A;
}
</style>