#021D06

Color #021D06 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #021D06

Tints of Black Bean #021D06

Color information

#021D06 (or 0x021D06) is unknown color: approx Black Bean. HEX triplet: 02, 1D and 06. RGB value is (2,29,6). Sum of RGB (Red+Green+Blue) = 2+29+6=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 29 (11.72% from 255 or 78.38% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 29 - color contains mainly: green. Hex color #021D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D06 is #FDE2F9. Grayscale: #121212. Windows color (decimal): -16638714 or 400642. OLE color: 400642.

HSL color Cylindrical-coordinate representation of color #021D06: hue angle of 128.89º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D06 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB2296-
CMYK0.9300.790.89
HSL128.89º87.1%6.08%-
HSV(B)128.89º93.1%11.37%-
XYZ0.50.90.32-
YUV18.3121.05116.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 29 (11.72% from 255) = 78.38%
BLUE value IS 6 (2.73% from 255) = 16.22%
R=5.41%
G=78.38%
B=16.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal22960.9300.790.89128.8987.16.08
Hex21D65D04F5981576
Octal235613501171312011276
Binary10111011101011101010011111011001100000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021D06; }

 p { color: rgb(2,29,6); }

 H1.HeaderClassName
 {
   color: #021D06;
 }
 .AnyTagClassName
 {
   color: #021D06;
 }
</style>
background-color css

<style>
 a { background-color: #021D06; }

 a { background-color: rgb(2,29,6); }

 div.DivClassName
 {
   background-color: #021D06;
 }
 .BgClassName
 {
   background-color: #021D06;
 }
</style>
border-color css

<style>
 span { border-color: #021D06; }

 span { border-color: rgb(2,29,6); }

 td.TdClassName
 {
   border-color: #021D06;
 }
 .TagClassName
 {
   border-color: #021D06;
 }
</style>