Html Css Color HEX #071006 Black Bean

📋 copy color: '#071006'

red 7 ◦ green 16 ◦ blue 6

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

Shades of Black Bean #071006

Tints of Black Bean #071006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 55.17%

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

R = 24.14%
G = 55.17%
B = 20.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.94

RGB Variations

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

Color information

#071006 (or 0x071006) is known color: Black Bean. HEX triplet: 07, 10 and 06. RGB value is (7,16,6). Sum of RGB (Red+Green+Blue) = 7+16+6=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #071006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071006 is #F8EFF9. Grayscale: #0C0C0C. Windows color (decimal): -16314362 or 397319. OLE color: 397319.

HSL color Cylindrical-coordinate representation of color #071006: hue angle of 114º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #071006 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 16 6 -
CMYK 0.56 0 0.62 0.94
HSL 114º 0.45% 0.04% -
HSV(B) 114º 0.63% 0.06% -
XYZ 0.31 0.43 0.24 -
YUV 12.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 7 16 6 0.56 0 0.62 0.94 114 0.45 0.04
Hex 7 10 6 38 0 3E 5E 72 2D 4
Octal 7 20 6 70 0 76 136 162 55 4
Binary 111 10000 110 111000 0 111110 1011110 1110010 101101 100

Color Harmonies of #071006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071006

Black with #071006

Text Example


Text Example

White with #071006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071006; }

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

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

background-color css

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

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

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

border-color css

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

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

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