Shades of Black Pearl #03090B
Tints of Black Pearl #03090B
RGB
CMYK
RGB Variations
Color information
#03090B (or 0x03090B) is known color: Black Pearl. HEX triplet: 03, 09 and 0B. RGB value is (3,9,11). Sum of RGB (Red+Green+Blue) = 3+9+11=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 9 (3.91% from 255 or 39.13% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #03090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03090B is #FCF6F4. Grayscale: #070707. Windows color (decimal): -16578293 or 723203. OLE color: 723203.
HSL color Cylindrical-coordinate representation of color #03090B: hue angle of 195º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #03090B is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 9 | 11 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.96 |
| HSL | 195º | 0.57% | 0.03% | - |
| HSV(B) | 195º | 0.73% | 0.04% | - |
| XYZ | 0.2 | 0.24 | 0.35 | - |
| YUV | 7.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 11 | 0.73 | 0.18 | 0 | 0.96 | 195 | 0.57 | 0.03 |
| Hex | 3 | 9 | B | 49 | 12 | 0 | 60 | C3 | 39 | 3 |
| Octal | 3 | 11 | 13 | 111 | 22 | 0 | 140 | 303 | 71 | 3 |
| Binary | 11 | 1001 | 1011 | 1001001 | 10010 | 0 | 1100000 | 11000011 | 111001 | 11 |
Color Harmonies of #03090B
Complementary color
Monochromatic Colors of #03090B
Black with #03090B
Text Example
Text Example
White with #03090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03090B; }
p { color: rgb(3,9,11); }
H1.HeaderClassName
{
color: #03090B;
}
.AnyTagClassName
{
color: #03090B;
}
</style>
background-color css
<style>
a { background-color: #03090B; }
a { background-color: rgb(3,9,11); }
div.DivClassName
{
background-color: #03090B;
}
.BgClassName
{
background-color: #03090B;
}
</style>
border-color css
<style>
span { border-color: #03090B; }
span { border-color: rgb(3,9,11); }
td.TdClassName
{
border-color: #03090B;
}
.TagClassName
{
border-color: #03090B;
}
</style>