#09160A

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

Shades of Black Bean #09160A

Tints of Black Bean #09160A

Color information

#09160A (or 0x09160A) is unknown color: approx Black Bean. HEX triplet: 09, 16 and 0A. RGB value is (9,22,10). Sum of RGB (Red+Green+Blue) = 9+22+10=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #09160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09160A is #F6E9F5. Grayscale: #101010. Windows color (decimal): -16181750 or 661001. OLE color: 661001.

HSL color Cylindrical-coordinate representation of color #09160A: hue angle of 124.62º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #09160A is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.91.

Color convert

RGB92210-
CMYK0.5900.550.91
HSL124.62º41.94%6.08%-
HSV(B)124.62º59.09%8.63%-
XYZ0.450.650.39-
YUV16.74124.19122.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 21.95%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=21.95%
G=53.66%
B=24.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal922100.5900.550.91124.6241.946.08
Hex916A3B0375B7d2a6
Octal11261273067133175526
Binary1001101101010111011011011110110111111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09160A; }

 p { color: rgb(9,22,10); }

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

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

 a { background-color: rgb(9,22,10); }

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

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

 span { border-color: rgb(9,22,10); }

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