#071006

Color #071006 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #071006

Tints of Black Bean #071006

Color information

#071006 (or 0x071006) is unknown color: approx 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

RGB7166-
CMYK0.5600.620.94
HSL114º45.45%4.31%-
HSV(B)114º62.5%6.27%-
XYZ0.310.430.24-
YUV12.17124.52124.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal71660.5600.620.9411445.454.31
Hex71063803E5E722d4
Octal720670076136162554
Binary11110000110111000011111010111101110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>