#080B08

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

Shades of Black Bean #080B08

Tints of Black Bean #080B08

Color information

#080B08 (or 0x080B08) is unknown color: approx Black Bean. HEX triplet: 08, 0B and 08. RGB value is (8,11,8). Sum of RGB (Red+Green+Blue) = 8+11+8=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 11 (4.69% from 255 or 40.74% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 11 - color contains mainly: green. Hex color #080B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B08 is #F7F4F7. Grayscale: #090909. Windows color (decimal): -16250104 or 527112. OLE color: 527112.

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

Color convert

RGB8118-
CMYK0.2700.270.96
HSL120º15.79%3.73%-
HSV(B)120º27.27%4.31%-
XYZ0.260.310.28-
YUV9.76127.01126.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 29.63%
GREEN value IS 11 (4.69% from 255) = 40.74%
BLUE value IS 8 (3.52% from 255) = 29.63%
R=29.63%
G=40.74%
B=29.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal81180.2700.270.9612015.793.73
Hex8B81B01B6078104
Octal10131033033140170204
Binary100010111000110110110111100000111100010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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