Shades of Black Bean #020302
Tints of Black Bean #020302
RGB
CMYK
RGB Variations
Color information
#020302 (or 0x020302) is known color: Black Bean. HEX triplet: 02, 03 and 02. RGB value is (2,3,2). Sum of RGB (Red+Green+Blue) = 2+3+2=7 (0% of max value = 765). Red value is 2 (1.17% from 255 or 28.57% from 7); Green value is 3 (1.56% from 255 or 42.86% from 7); Blue value is 2 (1.17% from 255 or 28.57% from 7); Max value from RGB is 3 - color contains mainly: green. Hex color #020302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020302 is #FDFCFD. Grayscale: #020202. Windows color (decimal): -16645374 or 131842. OLE color: 131842.
HSL color Cylindrical-coordinate representation of color #020302: hue angle of 120º degrees, saturation: 0.2, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #020302 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.99.
Color convert
RGB | 2 | 3 | 2 | - |
CMYK | 0.33 | 0 | 0.33 | 0.99 |
HSL | 120º | 0.2% | 0.01% | - |
HSV(B) | 120º | 0.33% | 0.01% | - |
XYZ | 0.07 | 0.08 | 0.07 | - |
YUV | 2.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 3 | 2 | 0.33 | 0 | 0.33 | 0.99 | 120 | 0.2 | 0.01 |
Hex | 2 | 3 | 2 | 21 | 0 | 21 | 63 | 78 | 14 | 1 |
Octal | 2 | 3 | 2 | 41 | 0 | 41 | 143 | 170 | 24 | 1 |
Binary | 10 | 11 | 10 | 100001 | 0 | 100001 | 1100011 | 1111000 | 10100 | 1 |
Color Harmonies of #020302
Complementary color
Monochromatic Colors of #020302
Black with #020302
Text Example
Text Example
White with #020302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020302; }
p { color: rgb(2,3,2); }
H1.HeaderClassName
{
color: #020302;
}
.AnyTagClassName
{
color: #020302;
}
</style>
background-color css
<style>
a { background-color: #020302; }
a { background-color: rgb(2,3,2); }
div.DivClassName
{
background-color: #020302;
}
.BgClassName
{
background-color: #020302;
}
</style>
border-color css
<style>
span { border-color: #020302; }
span { border-color: rgb(2,3,2); }
td.TdClassName
{
border-color: #020302;
}
.TagClassName
{
border-color: #020302;
}
</style>