#091F0A

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

Shades of Black Bean #091F0A

Tints of Black Bean #091F0A

Color information

#091F0A (or 0x091F0A) is unknown color: approx Black Bean. HEX triplet: 09, 1F and 0A. RGB value is (9,31,10). Sum of RGB (Red+Green+Blue) = 9+31+10=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #091F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091F0A is #F6E0F5. Grayscale: #161616. Windows color (decimal): -16179446 or 663305. OLE color: 663305.

HSL color Cylindrical-coordinate representation of color #091F0A: hue angle of 122.73º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #091F0A is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.88.

Color convert

RGB93110-
CMYK0.7100.680.88
HSL122.73º55%7.84%-
HSV(B)122.73º70.97%12.16%-
XYZ0.661.060.46-
YUV22.03121.21118.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18%
GREEN value IS 31 (12.5% from 255) = 62%
BLUE value IS 10 (4.30% from 255) = 20%
R=18%
G=62%
B=20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal931100.7100.680.88122.73557.84
Hex91FA47044587b378
Octal11371210701041301736710
Binary1001111111010100011101000100101100011110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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