#080A08

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

Shades of Black Bean #080A08

Tints of Black Bean #080A08

Color information

#080A08 (or 0x080A08) is unknown color: approx Black Bean. HEX triplet: 08, 0A and 08. RGB value is (8,10,8). Sum of RGB (Red+Green+Blue) = 8+10+8=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 10 - color contains mainly: green. Hex color #080A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A08 is #F7F5F7. Grayscale: #090909. Windows color (decimal): -16250360 or 526856. OLE color: 526856.

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

Color convert

RGB8108-
CMYK0.200.20.96
HSL120º11.11%3.53%-
HSV(B)120º20%3.92%-
XYZ0.250.290.27-
YUV9.17127.34127.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 30.77%
GREEN value IS 10 (4.30% from 255) = 38.46%
BLUE value IS 8 (3.52% from 255) = 30.77%
R=30.77%
G=38.46%
B=30.77%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal81080.200.20.9612011.113.53
Hex8A8140146078b4
Octal10121024024140170134
Binary10001010100010100010100110000011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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