Shades of Black Pearl #030609
Tints of Black Pearl #030609
RGB
CMYK
RGB Variations
Color information
#030609 (or 0x030609) is known color: Black Pearl. HEX triplet: 03, 06 and 09. RGB value is (3,6,9). Sum of RGB (Red+Green+Blue) = 3+6+9=18 (2% of max value = 765). Red value is 3 (1.56% from 255 or 16.67% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 9 (3.91% from 255 or 50% from 18); Max value from RGB is 9 - color contains mainly: blue. Hex color #030609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030609 is #FCF9F6. Grayscale: #050505. Windows color (decimal): -16579063 or 591363. OLE color: 591363.
HSL color Cylindrical-coordinate representation of color #030609: hue angle of 210º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #030609 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 3 | 6 | 9 | - |
CMYK | 0.67 | 0.33 | 0 | 0.96 |
HSL | 210º | 0.5% | 0.02% | - |
HSV(B) | 210º | 0.67% | 0.04% | - |
XYZ | 0.15 | 0.17 | 0.28 | - |
YUV | 5.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 6 | 9 | 0.67 | 0.33 | 0 | 0.96 | 210 | 0.5 | 0.02 |
Hex | 3 | 6 | 9 | 43 | 21 | 0 | 60 | D2 | 32 | 2 |
Octal | 3 | 6 | 11 | 103 | 41 | 0 | 140 | 322 | 62 | 2 |
Binary | 11 | 110 | 1001 | 1000011 | 100001 | 0 | 1100000 | 11010010 | 110010 | 10 |
Color Harmonies of #030609
Complementary color
Monochromatic Colors of #030609
Black with #030609
Text Example
Text Example
White with #030609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030609; }
p { color: rgb(3,6,9); }
H1.HeaderClassName
{
color: #030609;
}
.AnyTagClassName
{
color: #030609;
}
</style>
background-color css
<style>
a { background-color: #030609; }
a { background-color: rgb(3,6,9); }
div.DivClassName
{
background-color: #030609;
}
.BgClassName
{
background-color: #030609;
}
</style>
border-color css
<style>
span { border-color: #030609; }
span { border-color: rgb(3,6,9); }
td.TdClassName
{
border-color: #030609;
}
.TagClassName
{
border-color: #030609;
}
</style>