#080E09

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

Shades of Black Bean #080E09

Tints of Black Bean #080E09

Color information

#080E09 (or 0x080E09) is unknown color: approx Black Bean. HEX triplet: 08, 0E and 09. RGB value is (8,14,9). Sum of RGB (Red+Green+Blue) = 8+14+9=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 14 (5.86% from 255 or 45.16% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 14 - color contains mainly: green. Hex color #080E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E09 is #F7F1F6. Grayscale: #0B0B0B. Windows color (decimal): -16249335 or 593416. OLE color: 593416.

HSL color Cylindrical-coordinate representation of color #080E09: hue angle of 130º degrees, saturation: 0.27, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #080E09 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.95.

Color convert

RGB8149-
CMYK0.4300.360.95
HSL130º27.27%4.31%-
HSV(B)130º42.86%5.49%-
XYZ0.310.390.32-
YUV11.64126.51125.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25.81%
GREEN value IS 14 (5.86% from 255) = 45.16%
BLUE value IS 9 (3.91% from 255) = 29.03%
R=25.81%
G=45.16%
B=29.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal81490.4300.360.9513027.274.31
Hex8E92B0245F821b4
Octal10161153044137202334
Binary100011101001101011010010010111111000001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080E09; }

 p { color: rgb(8,14,9); }

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

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

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

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

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

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

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