#091408

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

Shades of Black Bean #091408

Tints of Black Bean #091408

Color information

#091408 (or 0x091408) is unknown color: approx Black Bean. HEX triplet: 09, 14 and 08. RGB value is (9,20,8). Sum of RGB (Red+Green+Blue) = 9+20+8=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #091408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091408 is #F6EBF7. Grayscale: #0F0F0F. Windows color (decimal): -16182264 or 529417. OLE color: 529417.

HSL color Cylindrical-coordinate representation of color #091408: hue angle of 115º 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 #091408 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.92.

Color convert

RGB9208-
CMYK0.5500.600.92
HSL115º42.86%5.49%-
HSV(B)115º60%7.84%-
XYZ0.410.580.32-
YUV15.34123.86123.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 24.32%
GREEN value IS 20 (8.20% from 255) = 54.05%
BLUE value IS 8 (3.52% from 255) = 21.62%
R=24.32%
G=54.05%
B=21.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal92080.5500.600.9211542.865.49
Hex91483703C5C732b5
Octal11241067074134163535
Binary1001101001000110111011110010111001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091408; }

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

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

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

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

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

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

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

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