Shades of Black Pearl #000306
Tints of Black Pearl #000306
RGB
CMYK
RGB Variations
Color information
#000306 (or 0x000306) is known color: Black Pearl. HEX triplet: 00, 03 and 06. RGB value is (0,3,6). Sum of RGB (Red+Green+Blue) = 0+3+6=9 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 9); Green value is 3 (1.56% from 255 or 33.33% from 9); Blue value is 6 (2.73% from 255 or 66.67% from 9); Max value from RGB is 6 - color contains mainly: blue. Hex color #000306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000306 is #FFFCF9. Grayscale: #020202. Windows color (decimal): -16776442 or 393984. OLE color: 393984.
HSL color Cylindrical-coordinate representation of color #000306: hue angle of 210º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000306 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 0 | 3 | 6 | - |
CMYK | 1 | 0.50 | 0 | 0.98 |
HSL | 210º | 1% | 0.01% | - |
HSV(B) | 210º | 1% | 0.02% | - |
XYZ | 0.07 | 0.08 | 0.18 | - |
YUV | 2.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 3 | 6 | 1 | 0.50 | 0 | 0.98 | 210 | 1 | 0.01 |
Hex | 0 | 3 | 6 | 64 | 32 | 0 | 62 | D2 | 64 | 1 |
Octal | 0 | 3 | 6 | 144 | 62 | 0 | 142 | 322 | 144 | 1 |
Binary | 0 | 11 | 110 | 1100100 | 110010 | 0 | 1100010 | 11010010 | 1100100 | 1 |
Color Harmonies of #000306
Complementary color
Monochromatic Colors of #000306
Black with #000306
Text Example
Text Example
White with #000306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000306; }
p { color: rgb(0,3,6); }
H1.HeaderClassName
{
color: #000306;
}
.AnyTagClassName
{
color: #000306;
}
</style>
background-color css
<style>
a { background-color: #000306; }
a { background-color: rgb(0,3,6); }
div.DivClassName
{
background-color: #000306;
}
.BgClassName
{
background-color: #000306;
}
</style>
border-color css
<style>
span { border-color: #000306; }
span { border-color: rgb(0,3,6); }
td.TdClassName
{
border-color: #000306;
}
.TagClassName
{
border-color: #000306;
}
</style>