#081408

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

Shades of Black Bean #081408

Tints of Black Bean #081408

Color information

#081408 (or 0x081408) is unknown color: approx Black Bean. HEX triplet: 08, 14 and 08. RGB value is (8,20,8). Sum of RGB (Red+Green+Blue) = 8+20+8=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #081408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081408 is #F7EBF7. Grayscale: #0F0F0F. Windows color (decimal): -16247800 or 529416. OLE color: 529416.

HSL color Cylindrical-coordinate representation of color #081408: hue angle of 120º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #081408 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.92.

Color convert

RGB8208-
CMYK0.6000.600.92
HSL120º42.86%5.49%-
HSV(B)120º60%7.84%-
XYZ0.390.570.32-
YUV15.04124.02122.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.22%
GREEN value IS 20 (8.20% from 255) = 55.56%
BLUE value IS 8 (3.52% from 255) = 22.22%
R=22.22%
G=55.56%
B=22.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal82080.6000.600.9212042.865.49
Hex81483C03C5C782b5
Octal10241074074134170535
Binary1000101001000111100011110010111001111000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081408; }

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

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

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

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

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

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

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

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