Html Css Color HEX #022006 Black Bean

📋 copy color: '#022006'

red 2 ◦ green 32 ◦ blue 6

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

Shades of Black Bean #022006

Tints of Black Bean #022006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 80%

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

R = 5%
G = 80%
B = 15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.87

RGB Variations

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

Color information

#022006 (or 0x022006) is known color: Black Bean. HEX triplet: 02, 20 and 06. RGB value is (2,32,6). Sum of RGB (Red+Green+Blue) = 2+32+6=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 32 (12.89% from 255 or 80% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 32 - color contains mainly: green. Hex color #022006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022006 is #FDDFF9. Grayscale: #141414. Windows color (decimal): -16637946 or 401410. OLE color: 401410.

HSL color Cylindrical-coordinate representation of color #022006: hue angle of 128º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022006 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 32 6 -
CMYK 0.94 0 0.81 0.87
HSL 128º 0.88% 0.07% -
HSV(B) 128º 0.94% 0.13% -
XYZ 0.57 1.06 0.35 -
YUV 20.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 2 32 6 0.94 0 0.81 0.87 128 0.88 0.07
Hex 2 20 6 5E 0 51 57 80 58 7
Octal 2 40 6 136 0 121 127 200 130 7
Binary 10 100000 110 1011110 0 1010001 1010111 10000000 1011000 111

Color Harmonies of #022006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022006

Black with #022006

Text Example


Text Example

White with #022006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022006; }

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

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

background-color css

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

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

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

border-color css

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

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

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