#081008

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

Shades of Black Bean #081008

Tints of Black Bean #081008

Color information

#081008 (or 0x081008) is unknown color: approx Black Bean. HEX triplet: 08, 10 and 08. RGB value is (8,16,8). Sum of RGB (Red+Green+Blue) = 8+16+8=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 16 (6.64% from 255 or 50% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 16 - color contains mainly: green. Hex color #081008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081008 is #F7EFF7. Grayscale: #0C0C0C. Windows color (decimal): -16248824 or 528392. OLE color: 528392.

HSL color Cylindrical-coordinate representation of color #081008: hue angle of 120º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #081008 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.94.

Color convert

RGB8168-
CMYK0.5000.500.94
HSL120º33.33%4.71%-
HSV(B)120º50%6.27%-
XYZ0.330.440.3-
YUV12.7125.35124.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25%
GREEN value IS 16 (6.64% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal81680.5000.500.9412033.334.71
Hex8108320325E78215
Octal10201062062136170415
Binary1000100001000110010011001010111101111000100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081008; }

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

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

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

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

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

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

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

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