#091A0B

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

Shades of Black Bean #091A0B

Tints of Black Bean #091A0B

Color information

#091A0B (or 0x091A0B) is unknown color: approx Black Bean. HEX triplet: 09, 1A and 0B. RGB value is (9,26,11). Sum of RGB (Red+Green+Blue) = 9+26+11=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #091A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091A0B is #F6E5F4. Grayscale: #131313. Windows color (decimal): -16180725 or 727561. OLE color: 727561.

HSL color Cylindrical-coordinate representation of color #091A0B: hue angle of 127.06º 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 #091A0B is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB92611-
CMYK0.6500.580.90
HSL127.06º48.57%6.86%-
HSV(B)127.06º65.38%10.2%-
XYZ0.540.820.45-
YUV19.21123.37120.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.57%
GREEN value IS 26 (10.55% from 255) = 56.52%
BLUE value IS 11 (4.69% from 255) = 23.91%
R=19.57%
G=56.52%
B=23.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal926110.6500.580.90127.0648.576.86
Hex91AB4103A5A7f317
Octal113213101072132177617
Binary10011101010111000001011101010110101111111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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