#071508

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

Shades of Black Bean #071508

Tints of Black Bean #071508

Color information

#071508 (or 0x071508) is unknown color: approx Black Bean. HEX triplet: 07, 15 and 08. RGB value is (7,21,8). Sum of RGB (Red+Green+Blue) = 7+21+8=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 21 (8.59% from 255 or 58.33% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 21 - color contains mainly: green. Hex color #071508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071508 is #F8EAF7. Grayscale: #0F0F0F. Windows color (decimal): -16313080 or 529671. OLE color: 529671.

HSL color Cylindrical-coordinate representation of color #071508: hue angle of 124.29º 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 #071508 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB7218-
CMYK0.6700.620.92
HSL124.29º50%5.49%-
HSV(B)124.29º66.67%8.24%-
XYZ0.40.60.32-
YUV15.33123.86122.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 19.44%
GREEN value IS 21 (8.59% from 255) = 58.33%
BLUE value IS 8 (3.52% from 255) = 22.22%
R=19.44%
G=58.33%
B=22.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal72180.6700.620.92124.29505.49
Hex71584303E5C7c325
Octal72510103076134174625
Binary1111010110001000011011111010111001111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071508; }

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

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

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

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

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

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

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

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