#091F0D

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

Shades of Black Bean #091F0D

Tints of Black Bean #091F0D

Color information

#091F0D (or 0x091F0D) is unknown color: approx Black Bean. HEX triplet: 09, 1F and 0D. RGB value is (9,31,13). Sum of RGB (Red+Green+Blue) = 9+31+13=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #091F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091F0D is #F6E0F2. Grayscale: #161616. Windows color (decimal): -16179443 or 859913. OLE color: 859913.

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

Color convert

RGB93113-
CMYK0.7100.580.88
HSL130.91º55%7.84%-
HSV(B)130.91º70.97%12.16%-
XYZ0.681.070.55-
YUV22.37122.71118.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.98%
GREEN value IS 31 (12.5% from 255) = 58.49%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=16.98%
G=58.49%
B=24.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal931130.7100.580.88130.91557.84
Hex91FD4703A5883378
Octal1137151070721302036710
Binary1001111111101100011101110101011000100000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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