Html Css Color HEX #021706 Black Bean

📋 copy color: '#021706'

red 2 ◦ green 23 ◦ blue 6

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

Shades of Black Bean #021706

Tints of Black Bean #021706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 74.19%

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

R = 6.45%
G = 74.19%
B = 19.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.91

RGB Variations

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

Color information

#021706 (or 0x021706) is known color: Black Bean. HEX triplet: 02, 17 and 06. RGB value is (2,23,6). Sum of RGB (Red+Green+Blue) = 2+23+6=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 23 (9.38% from 255 or 74.19% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 23 - color contains mainly: green. Hex color #021706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021706 is #FDE8F9. Grayscale: #0E0E0E. Windows color (decimal): -16640250 or 399106. OLE color: 399106.

HSL color Cylindrical-coordinate representation of color #021706: hue angle of 131.43º degrees, saturation: 0.84, 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 #021706 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 23 6 -
CMYK 0.91 0 0.74 0.91
HSL 131.43º 0.84% 0.05% -
HSV(B) 131.43º 0.91% 0.09% -
XYZ 0.36 0.64 0.28 -
YUV 14.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 2 23 6 0.91 0 0.74 0.91 131.43 0.84 0.05
Hex 2 17 6 5B 0 4A 5B 83 54 5
Octal 2 27 6 133 0 112 133 203 124 5
Binary 10 10111 110 1011011 0 1001010 1011011 10000011 1010100 101

Color Harmonies of #021706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021706

Black with #021706

Text Example


Text Example

White with #021706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021706; }

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

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

background-color css

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

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

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

border-color css

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

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

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