Shades of Black Pearl #03090C
Tints of Black Pearl #03090C
RGB
CMYK
RGB Variations
Color information
#03090C (or 0x03090C) is known color: Black Pearl. HEX triplet: 03, 09 and 0C. RGB value is (3,9,12). Sum of RGB (Red+Green+Blue) = 3+9+12=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 12 (5.08% from 255 or 50% from 24); Max value from RGB is 12 - color contains mainly: blue. Hex color #03090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03090C is #FCF6F3. Grayscale: #070707. Windows color (decimal): -16578292 or 788739. OLE color: 788739.
HSL color Cylindrical-coordinate representation of color #03090C: hue angle of 200º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #03090C is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 9 | 12 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.95 |
| HSL | 200º | 0.6% | 0.03% | - |
| HSV(B) | 200º | 0.75% | 0.05% | - |
| XYZ | 0.2 | 0.24 | 0.38 | - |
| YUV | 7.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 12 | 0.75 | 0.25 | 0 | 0.95 | 200 | 0.6 | 0.03 |
| Hex | 3 | 9 | C | 4B | 19 | 0 | 5F | C8 | 3C | 3 |
| Octal | 3 | 11 | 14 | 113 | 31 | 0 | 137 | 310 | 74 | 3 |
| Binary | 11 | 1001 | 1100 | 1001011 | 11001 | 0 | 1011111 | 11001000 | 111100 | 11 |
Color Harmonies of #03090C
Complementary color
Monochromatic Colors of #03090C
Black with #03090C
Text Example
Text Example
White with #03090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03090C; }
p { color: rgb(3,9,12); }
H1.HeaderClassName
{
color: #03090C;
}
.AnyTagClassName
{
color: #03090C;
}
</style>
background-color css
<style>
a { background-color: #03090C; }
a { background-color: rgb(3,9,12); }
div.DivClassName
{
background-color: #03090C;
}
.BgClassName
{
background-color: #03090C;
}
</style>
border-color css
<style>
span { border-color: #03090C; }
span { border-color: rgb(3,9,12); }
td.TdClassName
{
border-color: #03090C;
}
.TagClassName
{
border-color: #03090C;
}
</style>