Html Css Color HEX #021806 Black Bean

📋 copy color: '#021806'

red 2 ◦ green 24 ◦ blue 6

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

Shades of Black Bean #021806

Tints of Black Bean #021806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 75%

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

R = 6.25%
G = 75%
B = 18.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#021806 (or 0x021806) is known color: Black Bean. HEX triplet: 02, 18 and 06. RGB value is (2,24,6). Sum of RGB (Red+Green+Blue) = 2+24+6=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 24 (9.77% from 255 or 75% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 24 - color contains mainly: green. Hex color #021806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021806 is #FDE7F9. Grayscale: #0F0F0F. Windows color (decimal): -16639994 or 399362. OLE color: 399362.

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

Color convert

RGB 2 24 6 -
CMYK 0.92 0 0.75 0.91
HSL 130.91º 0.85% 0.05% -
HSV(B) 130.91º 0.92% 0.09% -
XYZ 0.38 0.68 0.28 -
YUV 15.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 2 24 6 0.92 0 0.75 0.91 130.91 0.85 0.05
Hex 2 18 6 5C 0 4B 5B 83 55 5
Octal 2 30 6 134 0 113 133 203 125 5
Binary 10 11000 110 1011100 0 1001011 1011011 10000011 1010101 101

Color Harmonies of #021806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021806

Black with #021806

Text Example


Text Example

White with #021806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021806; }

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

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

background-color css

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

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

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

border-color css

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

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

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