Html Css Color HEX #021606 Black Bean

📋 copy color: '#021606'

red 2 ◦ green 22 ◦ blue 6

#021606
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #021606

Tints of Black Bean #021606

RGB

 RED value IS 2 (1.17% from 255) = 6.67%

 GREEN value IS 22 (8.98% from 255) = 73.33%

 BLUE value IS 6 (2.73% from 255) = 20%

R = 6.67%
G = 73.33%
B = 20%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.91

RGB Variations

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

Color information

#021606 (or 0x021606) is known color: Black Bean. HEX triplet: 02, 16 and 06. RGB value is (2,22,6). Sum of RGB (Red+Green+Blue) = 2+22+6=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 22 (8.98% from 255 or 73.33% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 22 - color contains mainly: green. Hex color #021606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021606 is #FDE9F9. Grayscale: #0E0E0E. Windows color (decimal): -16640506 or 398850. OLE color: 398850.

HSL color Cylindrical-coordinate representation of color #021606: hue angle of 132º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021606 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 22 6 -
CMYK 0.91 0 0.73 0.91
HSL 132º 0.83% 0.05% -
HSV(B) 132º 0.91% 0.09% -
XYZ 0.34 0.6 0.27 -
YUV 14.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 2 22 6 0.91 0 0.73 0.91 132 0.83 0.05
Hex 2 16 6 5B 0 49 5B 84 53 5
Octal 2 26 6 133 0 111 133 204 123 5
Binary 10 10110 110 1011011 0 1001001 1011011 10000100 1010011 101

Color Harmonies of #021606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021606

Black with #021606

Text Example


Text Example

White with #021606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021606; }

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

 H1.HeaderClassName
 {
   color: #021606;
 }
 .AnyTagClassName
 {
   color: #021606;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #021606;
 }
 .BgClassName
 {
   background-color: #021606;
 }
</style>

border-color css

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

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

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