Shades of Black Pearl #03090F
Tints of Black Pearl #03090F
RGB
CMYK
RGB Variations
Color information
#03090F (or 0x03090F) is known color: Black Pearl. HEX triplet: 03, 09 and 0F. RGB value is (3,9,15). Sum of RGB (Red+Green+Blue) = 3+9+15=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 15 (6.25% from 255 or 55.56% from 27); Max value from RGB is 15 - color contains mainly: blue. Hex color #03090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03090F is #FCF6F0. Grayscale: #070707. Windows color (decimal): -16578289 or 985347. OLE color: 985347.
HSL color Cylindrical-coordinate representation of color #03090F: hue angle of 210º 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 #03090F is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 9 | 15 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.94 |
| HSL | 210º | 0.67% | 0.04% | - |
| HSV(B) | 210º | 0.8% | 0.06% | - |
| XYZ | 0.22 | 0.25 | 0.49 | - |
| YUV | 7.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 15 | 0.80 | 0.40 | 0 | 0.94 | 210 | 0.67 | 0.04 |
| Hex | 3 | 9 | F | 50 | 28 | 0 | 5E | D2 | 43 | 4 |
| Octal | 3 | 11 | 17 | 120 | 50 | 0 | 136 | 322 | 103 | 4 |
| Binary | 11 | 1001 | 1111 | 1010000 | 101000 | 0 | 1011110 | 11010010 | 1000011 | 100 |
Color Harmonies of #03090F
Complementary color
Monochromatic Colors of #03090F
Black with #03090F
Text Example
Text Example
White with #03090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03090F; }
p { color: rgb(3,9,15); }
H1.HeaderClassName
{
color: #03090F;
}
.AnyTagClassName
{
color: #03090F;
}
</style>
background-color css
<style>
a { background-color: #03090F; }
a { background-color: rgb(3,9,15); }
div.DivClassName
{
background-color: #03090F;
}
.BgClassName
{
background-color: #03090F;
}
</style>
border-color css
<style>
span { border-color: #03090F; }
span { border-color: rgb(3,9,15); }
td.TdClassName
{
border-color: #03090F;
}
.TagClassName
{
border-color: #03090F;
}
</style>