Shades of Black #030201
Tints of Black #030201
RGB
CMYK
RGB Variations
Color information
#030201 (or 0x030201) is known color: Black. HEX triplet: 03, 02 and 01. RGB value is (3,2,1). Sum of RGB (Red+Green+Blue) = 3+2+1=6 (0% of max value = 765). Red value is 3 (1.56% from 255 or 50% from 6); Green value is 2 (1.17% from 255 or 33.33% from 6); Blue value is 1 (0.78% from 255 or 16.67% from 6); Max value from RGB is 3 - color contains mainly: red. Hex color #030201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030201 is #FCFDFE. Grayscale: #020202. Windows color (decimal): -16580095 or 66051. OLE color: 66051.
HSL color Cylindrical-coordinate representation of color #030201: hue angle of 30º degrees, saturation: 0.5, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #030201 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.99.
Color convert
RGB | 3 | 2 | 1 | - |
CMYK | 0 | 0.33 | 0.67 | 0.99 |
HSL | 30º | 0.5% | 0.01% | - |
HSV(B) | 30º | 0.67% | 0.01% | - |
XYZ | 0.06 | 0.06 | 0.04 | - |
YUV | 2.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 2 | 1 | 0 | 0.33 | 0.67 | 0.99 | 30 | 0.5 | 0.01 |
Hex | 3 | 2 | 1 | 0 | 21 | 43 | 63 | 1E | 32 | 1 |
Octal | 3 | 2 | 1 | 0 | 41 | 103 | 143 | 36 | 62 | 1 |
Binary | 11 | 10 | 1 | 0 | 100001 | 1000011 | 1100011 | 11110 | 110010 | 1 |
Color Harmonies of #030201
Complementary color
Monochromatic Colors of #030201
Black with #030201
Text Example
Text Example
White with #030201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030201; }
p { color: rgb(3,2,1); }
H1.HeaderClassName
{
color: #030201;
}
.AnyTagClassName
{
color: #030201;
}
</style>
background-color css
<style>
a { background-color: #030201; }
a { background-color: rgb(3,2,1); }
div.DivClassName
{
background-color: #030201;
}
.BgClassName
{
background-color: #030201;
}
</style>
border-color css
<style>
span { border-color: #030201; }
span { border-color: rgb(3,2,1); }
td.TdClassName
{
border-color: #030201;
}
.TagClassName
{
border-color: #030201;
}
</style>