Shades of Black #030200
Tints of Black #030200
RGB
CMYK
RGB Variations
Color information
#030200 (or 0x030200) is known color: Black. HEX triplet: 03, 02 and 00. RGB value is (3,2,0). Sum of RGB (Red+Green+Blue) = 3+2+0=5 (0% of max value = 765). Red value is 3 (1.56% from 255 or 60% from 5); Green value is 2 (1.17% from 255 or 40% from 5); Blue value is 0 (0.39% from 255 or 0% from 5); Max value from RGB is 3 - color contains mainly: red. Hex color #030200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030200 is #FCFDFF. Grayscale: #020202. Windows color (decimal): -16580096 or 515. OLE color: 515.
HSL color Cylindrical-coordinate representation of color #030200: hue angle of 40º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030200 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.99.
Color convert
RGB | 3 | 2 | 0 | - |
CMYK | 0 | 0.33 | 1 | 0.99 |
HSL | 40º | 1% | 0.01% | - |
HSV(B) | 40º | 1% | 0.01% | - |
XYZ | 0.06 | 0.06 | 0.01 | - |
YUV | 2.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 2 | 0 | 0 | 0.33 | 1 | 0.99 | 40 | 1 | 0.01 |
Hex | 3 | 2 | 0 | 0 | 21 | 64 | 63 | 28 | 64 | 1 |
Octal | 3 | 2 | 0 | 0 | 41 | 144 | 143 | 50 | 144 | 1 |
Binary | 11 | 10 | 0 | 0 | 100001 | 1100100 | 1100011 | 101000 | 1100100 | 1 |
Color Harmonies of #030200
Complementary color
Monochromatic Colors of #030200
Black with #030200
Text Example
Text Example
White with #030200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030200; }
p { color: rgb(3,2,0); }
H1.HeaderClassName
{
color: #030200;
}
.AnyTagClassName
{
color: #030200;
}
</style>
background-color css
<style>
a { background-color: #030200; }
a { background-color: rgb(3,2,0); }
div.DivClassName
{
background-color: #030200;
}
.BgClassName
{
background-color: #030200;
}
</style>
border-color css
<style>
span { border-color: #030200; }
span { border-color: rgb(3,2,0); }
td.TdClassName
{
border-color: #030200;
}
.TagClassName
{
border-color: #030200;
}
</style>