Shades of Black Pearl #03090A
Tints of Black Pearl #03090A
RGB
CMYK
RGB Variations
Color information
#03090A (or 0x03090A) is known color: Black Pearl. HEX triplet: 03, 09 and 0A. RGB value is (3,9,10). Sum of RGB (Red+Green+Blue) = 3+9+10=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 9 (3.91% from 255 or 40.91% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 10 - color contains mainly: blue. Hex color #03090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03090A is #FCF6F5. Grayscale: #070707. Windows color (decimal): -16578294 or 657667. OLE color: 657667.
HSL color Cylindrical-coordinate representation of color #03090A: hue angle of 188.57º 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 #03090A is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 9 | 10 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.96 |
| HSL | 188.57º | 0.54% | 0.03% | - |
| HSV(B) | 188.57º | 0.7% | 0.04% | - |
| XYZ | 0.19 | 0.24 | 0.32 | - |
| YUV | 7.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 10 | 0.70 | 0.10 | 0 | 0.96 | 188.57 | 0.54 | 0.03 |
| Hex | 3 | 9 | A | 46 | A | 0 | 60 | BD | 36 | 3 |
| Octal | 3 | 11 | 12 | 106 | 12 | 0 | 140 | 275 | 66 | 3 |
| Binary | 11 | 1001 | 1010 | 1000110 | 1010 | 0 | 1100000 | 10111101 | 110110 | 11 |
Color Harmonies of #03090A
Complementary color
Monochromatic Colors of #03090A
Black with #03090A
Text Example
Text Example
White with #03090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03090A; }
p { color: rgb(3,9,10); }
H1.HeaderClassName
{
color: #03090A;
}
.AnyTagClassName
{
color: #03090A;
}
</style>
background-color css
<style>
a { background-color: #03090A; }
a { background-color: rgb(3,9,10); }
div.DivClassName
{
background-color: #03090A;
}
.BgClassName
{
background-color: #03090A;
}
</style>
border-color css
<style>
span { border-color: #03090A; }
span { border-color: rgb(3,9,10); }
td.TdClassName
{
border-color: #03090A;
}
.TagClassName
{
border-color: #03090A;
}
</style>