#071E08

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

Shades of Black Bean #071E08

Tints of Black Bean #071E08

Color information

#071E08 (or 0x071E08) is unknown color: approx Black Bean. HEX triplet: 07, 1E and 08. RGB value is (7,30,8). Sum of RGB (Red+Green+Blue) = 7+30+8=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 30 (12.11% from 255 or 66.67% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 30 - color contains mainly: green. Hex color #071E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071E08 is #F8E1F7. Grayscale: #141414. Windows color (decimal): -16310776 or 531975. OLE color: 531975.

HSL color Cylindrical-coordinate representation of color #071E08: hue angle of 122.61º degrees, saturation: 0.62, 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 #071E08 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.

Color convert

RGB7308-
CMYK0.7700.730.88
HSL122.61º62.16%7.25%-
HSV(B)122.61º76.67%11.76%-
XYZ0.60.990.39-
YUV20.62120.88118.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 30 (12.11% from 255) = 66.67%
BLUE value IS 8 (3.52% from 255) = 17.78%
R=15.56%
G=66.67%
B=17.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal73080.7700.730.88122.6162.167.25
Hex71E84D049587b3e7
Octal736101150111130173767
Binary11111110100010011010100100110110001111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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