Html Css Color HEX #071406 Black Bean

📋 copy color: '#071406'

red 7 ◦ green 20 ◦ blue 6

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

Shades of Black Bean #071406

Tints of Black Bean #071406

RGB

 RED value IS 7 (3.13% from 255) = 21.21%

 GREEN value IS 20 (8.2% from 255) = 60.61%

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

R = 21.21%
G = 60.61%
B = 18.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#071406 (or 0x071406) is known color: Black Bean. HEX triplet: 07, 14 and 06. RGB value is (7,20,6). Sum of RGB (Red+Green+Blue) = 7+20+6=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 20 (8.20% from 255 or 60.61% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 20 - color contains mainly: green. Hex color #071406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071406 is #F8EBF9. Grayscale: #0E0E0E. Windows color (decimal): -16313338 or 398343. OLE color: 398343.

HSL color Cylindrical-coordinate representation of color #071406: hue angle of 115.71º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #071406 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 20 6 -
CMYK 0.65 0 0.70 0.92
HSL 115.71º 0.54% 0.05% -
HSV(B) 115.71º 0.7% 0.08% -
XYZ 0.37 0.56 0.26 -
YUV 14.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 7 20 6 0.65 0 0.70 0.92 115.71 0.54 0.05
Hex 7 14 6 41 0 46 5C 74 36 5
Octal 7 24 6 101 0 106 134 164 66 5
Binary 111 10100 110 1000001 0 1000110 1011100 1110100 110110 101

Color Harmonies of #071406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071406

Black with #071406

Text Example


Text Example

White with #071406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071406; }

 p { color: rgb(7,20,6); }

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

background-color css

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

 a { background-color: rgb(7,20,6); }

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

border-color css

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

 span { border-color: rgb(7,20,6); }

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