Shades of Black #060303
Tints of Black #060303
RGB
CMYK
RGB Variations
Color information
#060303 (or 0x060303) is known color: Black. HEX triplet: 06, 03 and 03. RGB value is (6,3,3). Sum of RGB (Red+Green+Blue) = 6+3+3=12 (1% of max value = 765). Red value is 6 (2.73% from 255 or 50% from 12); Green value is 3 (1.56% from 255 or 25% from 12); Blue value is 3 (1.56% from 255 or 25% from 12); Max value from RGB is 6 - color contains mainly: red. Hex color #060303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060303 is #F9FCFC. Grayscale: #030303. Windows color (decimal): -16383229 or 197382. OLE color: 197382.
HSL color Cylindrical-coordinate representation of color #060303: hue angle of 0º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #060303 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.98.
Color convert
RGB | 6 | 3 | 3 | - |
CMYK | 0 | 0.50 | 0.50 | 0.98 |
HSL | 0º | 0.33% | 0.02% | - |
HSV(B) | 0º | 0.5% | 0.02% | - |
XYZ | 0.12 | 0.11 | 0.1 | - |
YUV | 3.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 3 | 3 | 0 | 0.50 | 0.50 | 0.98 | 0 | 0.33 | 0.02 |
Hex | 6 | 3 | 3 | 0 | 32 | 32 | 62 | 0 | 21 | 2 |
Octal | 6 | 3 | 3 | 0 | 62 | 62 | 142 | 0 | 41 | 2 |
Binary | 110 | 11 | 11 | 0 | 110010 | 110010 | 1100010 | 0 | 100001 | 10 |
Color Harmonies of #060303
Complementary color
Monochromatic Colors of #060303
Black with #060303
Text Example
Text Example
White with #060303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060303; }
p { color: rgb(6,3,3); }
H1.HeaderClassName
{
color: #060303;
}
.AnyTagClassName
{
color: #060303;
}
</style>
background-color css
<style>
a { background-color: #060303; }
a { background-color: rgb(6,3,3); }
div.DivClassName
{
background-color: #060303;
}
.BgClassName
{
background-color: #060303;
}
</style>
border-color css
<style>
span { border-color: #060303; }
span { border-color: rgb(6,3,3); }
td.TdClassName
{
border-color: #060303;
}
.TagClassName
{
border-color: #060303;
}
</style>