#071F08

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

Shades of Black Bean #071F08

Tints of Black Bean #071F08

Color information

#071F08 (or 0x071F08) is unknown color: approx Black Bean. HEX triplet: 07, 1F and 08. RGB value is (7,31,8). Sum of RGB (Red+Green+Blue) = 7+31+8=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 31 (12.5% from 255 or 67.39% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 31 - color contains mainly: green. Hex color #071F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F08 is #F8E0F7. Grayscale: #151515. Windows color (decimal): -16310520 or 532231. OLE color: 532231.

HSL color Cylindrical-coordinate representation of color #071F08: hue angle of 122.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #071F08 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.88.

Color convert

RGB7318-
CMYK0.7700.740.88
HSL122.5º63.16%7.45%-
HSV(B)122.5º77.42%12.16%-
XYZ0.621.040.4-
YUV21.2120.55117.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.22%
GREEN value IS 31 (12.5% from 255) = 67.39%
BLUE value IS 8 (3.52% from 255) = 17.39%
R=15.22%
G=67.39%
B=17.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal73180.7700.740.88122.563.167.45
Hex71F84D04A587a3f7
Octal737101150112130172777
Binary11111111100010011010100101010110001111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071F08; }

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

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

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

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

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

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

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

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