#091A0A

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

Shades of Black Bean #091A0A

Tints of Black Bean #091A0A

Color information

#091A0A (or 0x091A0A) is unknown color: approx Black Bean. HEX triplet: 09, 1A and 0A. RGB value is (9,26,10). Sum of RGB (Red+Green+Blue) = 9+26+10=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #091A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091A0A is #F6E5F5. Grayscale: #131313. Windows color (decimal): -16180726 or 662025. OLE color: 662025.

HSL color Cylindrical-coordinate representation of color #091A0A: hue angle of 123.53º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #091A0A is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.90.

Color convert

RGB92610-
CMYK0.6500.620.90
HSL123.53º48.57%6.86%-
HSV(B)123.53º65.38%10.2%-
XYZ0.540.820.42-
YUV19.09122.87120.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20%
GREEN value IS 26 (10.55% from 255) = 57.78%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=20%
G=57.78%
B=22.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal926100.6500.620.90123.5348.576.86
Hex91AA4103E5A7c317
Octal113212101076132174617
Binary10011101010101000001011111010110101111100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091A0A; }

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

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

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

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

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

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

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

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