#081208

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

Shades of Black Bean #081208

Tints of Black Bean #081208

Color information

#081208 (or 0x081208) is unknown color: approx Black Bean. HEX triplet: 08, 12 and 08. RGB value is (8,18,8). Sum of RGB (Red+Green+Blue) = 8+18+8=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 18 (7.42% from 255 or 52.94% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 18 - color contains mainly: green. Hex color #081208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081208 is #F7EDF7. Grayscale: #0D0D0D. Windows color (decimal): -16248312 or 528904. OLE color: 528904.

HSL color Cylindrical-coordinate representation of color #081208: hue angle of 120º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #081208 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB8188-
CMYK0.5600.560.93
HSL120º38.46%5.1%-
HSV(B)120º55.56%7.06%-
XYZ0.360.50.31-
YUV13.87124.69123.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 23.53%
GREEN value IS 18 (7.42% from 255) = 52.94%
BLUE value IS 8 (3.52% from 255) = 23.53%
R=23.53%
G=52.94%
B=23.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal81880.5600.560.9312038.465.1
Hex8128380385D78265
Octal10221070070135170465
Binary1000100101000111000011100010111011111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081208; }

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

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

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

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

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

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

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

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