#071507

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

Shades of Black Bean #071507

Tints of Black Bean #071507

Color information

#071507 (or 0x071507) is unknown color: approx Black Bean. HEX triplet: 07, 15 and 07. RGB value is (7,21,7). Sum of RGB (Red+Green+Blue) = 7+21+7=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 21 (8.59% from 255 or 60% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 21 - color contains mainly: green. Hex color #071507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071507 is #F8EAF8. Grayscale: #0F0F0F. Windows color (decimal): -16313081 or 464135. OLE color: 464135.

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

Color convert

RGB7217-
CMYK0.6700.670.92
HSL120º50%5.49%-
HSV(B)120º66.67%8.24%-
XYZ0.390.60.3-
YUV15.22123.36122.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20%
GREEN value IS 21 (8.59% from 255) = 60%
BLUE value IS 7 (3.12% from 255) = 20%
R=20%
G=60%
B=20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal72170.6700.670.92120505.49
Hex7157430435C78325
Octal72571030103134170625
Binary1111010111110000110100001110111001111000110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071507; }

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

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

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

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

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

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

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

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