#081508

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

Shades of Black Bean #081508

Tints of Black Bean #081508

Color information

#081508 (or 0x081508) is unknown color: approx Black Bean. HEX triplet: 08, 15 and 08. RGB value is (8,21,8). Sum of RGB (Red+Green+Blue) = 8+21+8=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #081508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081508 is #F7EAF7. Grayscale: #0F0F0F. Windows color (decimal): -16247544 or 529672. OLE color: 529672.

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

Color convert

RGB8218-
CMYK0.6200.620.92
HSL120º44.83%5.69%-
HSV(B)120º61.9%8.24%-
XYZ0.410.610.32-
YUV15.63123.69122.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 21.62%
GREEN value IS 21 (8.59% from 255) = 56.76%
BLUE value IS 8 (3.52% from 255) = 21.62%
R=21.62%
G=56.76%
B=21.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal82180.6200.620.9212044.835.69
Hex81583E03E5C782d6
Octal10251076076134170556
Binary1000101011000111110011111010111001111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081508; }

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

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

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

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

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

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

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

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