Shades of Black #060301
Tints of Black #060301
RGB
CMYK
RGB Variations
Color information
#060301 (or 0x060301) is known color: Black. HEX triplet: 06, 03 and 01. RGB value is (6,3,1). Sum of RGB (Red+Green+Blue) = 6+3+1=10 (1% of max value = 765). Red value is 6 (2.73% from 255 or 60% from 10); Green value is 3 (1.56% from 255 or 30% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 6 - color contains mainly: red. Hex color #060301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060301 is #F9FCFE. Grayscale: #030303. Windows color (decimal): -16383231 or 66310. OLE color: 66310.
HSL color Cylindrical-coordinate representation of color #060301: hue angle of 24º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #060301 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.98.
Color convert
RGB | 6 | 3 | 1 | - |
CMYK | 0 | 0.50 | 0.83 | 0.98 |
HSL | 24º | 0.71% | 0.01% | - |
HSV(B) | 24º | 0.83% | 0.02% | - |
XYZ | 0.11 | 0.11 | 0.04 | - |
YUV | 3.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 3 | 1 | 0 | 0.50 | 0.83 | 0.98 | 24 | 0.71 | 0.01 |
Hex | 6 | 3 | 1 | 0 | 32 | 53 | 62 | 18 | 47 | 1 |
Octal | 6 | 3 | 1 | 0 | 62 | 123 | 142 | 30 | 107 | 1 |
Binary | 110 | 11 | 1 | 0 | 110010 | 1010011 | 1100010 | 11000 | 1000111 | 1 |
Color Harmonies of #060301
Complementary color
Monochromatic Colors of #060301
Black with #060301
Text Example
Text Example
White with #060301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060301; }
p { color: rgb(6,3,1); }
H1.HeaderClassName
{
color: #060301;
}
.AnyTagClassName
{
color: #060301;
}
</style>
background-color css
<style>
a { background-color: #060301; }
a { background-color: rgb(6,3,1); }
div.DivClassName
{
background-color: #060301;
}
.BgClassName
{
background-color: #060301;
}
</style>
border-color css
<style>
span { border-color: #060301; }
span { border-color: rgb(6,3,1); }
td.TdClassName
{
border-color: #060301;
}
.TagClassName
{
border-color: #060301;
}
</style>