#081E08

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

Shades of Black Bean #081E08

Tints of Black Bean #081E08

Color information

#081E08 (or 0x081E08) is unknown color: approx Black Bean. HEX triplet: 08, 1E and 08. RGB value is (8,30,8). Sum of RGB (Red+Green+Blue) = 8+30+8=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #081E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E08 is #F7E1F7. Grayscale: #141414. Windows color (decimal): -16245240 or 531976. OLE color: 531976.

HSL color Cylindrical-coordinate representation of color #081E08: hue angle of 120º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #081E08 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.

Color convert

RGB8308-
CMYK0.7300.730.88
HSL120º57.89%7.45%-
HSV(B)120º73.33%11.76%-
XYZ0.6110.39-
YUV20.91120.71118.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.39%
GREEN value IS 30 (12.11% from 255) = 65.22%
BLUE value IS 8 (3.52% from 255) = 17.39%
R=17.39%
G=65.22%
B=17.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal83080.7300.730.8812057.897.45
Hex81E84904958783a7
Octal1036101110111130170727
Binary100011110100010010010100100110110001111000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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