#071506

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

Shades of Black Bean #071506

Tints of Black Bean #071506

Color information

#071506 (or 0x071506) is unknown color: approx Black Bean. HEX triplet: 07, 15 and 06. RGB value is (7,21,6). Sum of RGB (Red+Green+Blue) = 7+21+6=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 21 (8.59% from 255 or 61.76% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 21 - color contains mainly: green. Hex color #071506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071506 is #F8EAF9. Grayscale: #0F0F0F. Windows color (decimal): -16313082 or 398599. OLE color: 398599.

HSL color Cylindrical-coordinate representation of color #071506: hue angle of 116º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #071506 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB7216-
CMYK0.6700.710.92
HSL116º55.56%5.29%-
HSV(B)116º71.43%8.24%-
XYZ0.390.590.27-
YUV15.1122.86122.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20.59%
GREEN value IS 21 (8.59% from 255) = 61.76%
BLUE value IS 6 (2.73% from 255) = 17.65%
R=20.59%
G=61.76%
B=17.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal72160.6700.710.9211655.565.29
Hex7156430475C74385
Octal72561030107134164705
Binary1111010111010000110100011110111001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071506; }

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

 H1.HeaderClassName
 {
   color: #071506;
 }
 .AnyTagClassName
 {
   color: #071506;
 }
</style>
background-color css

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

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

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

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

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

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