#091D0F

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

Shades of Black Bean #091D0F

Tints of Black Bean #091D0F

Color information

#091D0F (or 0x091D0F) is unknown color: approx Black Bean. HEX triplet: 09, 1D and 0F. RGB value is (9,29,15). Sum of RGB (Red+Green+Blue) = 9+29+15=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #091D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091D0F is #F6E2F0. Grayscale: #151515. Windows color (decimal): -16179953 or 990473. OLE color: 990473.

HSL color Cylindrical-coordinate representation of color #091D0F: hue angle of 138º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #091D0F is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB92915-
CMYK0.6900.480.89
HSL138º52.63%7.45%-
HSV(B)138º68.97%11.37%-
XYZ0.640.970.61-
YUV21.42124.37119.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.98%
GREEN value IS 29 (11.72% from 255) = 54.72%
BLUE value IS 15 (6.25% from 255) = 28.30%
R=16.98%
G=54.72%
B=28.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal929150.6900.480.8913852.637.45
Hex91DF45030598a357
Octal113517105060131212657
Binary100111101111110001010110000101100110001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,29,15); }

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

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

 a { background-color: rgb(9,29,15); }

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

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

 span { border-color: rgb(9,29,15); }

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