#091C0A

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

Shades of Black Bean #091C0A

Tints of Black Bean #091C0A

Color information

#091C0A (or 0x091C0A) is unknown color: approx Black Bean. HEX triplet: 09, 1C and 0A. RGB value is (9,28,10). Sum of RGB (Red+Green+Blue) = 9+28+10=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #091C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091C0A is #F6E3F5. Grayscale: #141414. Windows color (decimal): -16180214 or 662537. OLE color: 662537.

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

Color convert

RGB92810-
CMYK0.6800.640.89
HSL123.16º51.35%7.25%-
HSV(B)123.16º67.86%10.98%-
XYZ0.580.910.43-
YUV20.27122.21119.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.15%
GREEN value IS 28 (11.33% from 255) = 59.57%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=19.15%
G=59.57%
B=21.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal928100.6800.640.89123.1651.357.25
Hex91CA44040597b337
Octal1134121040100131173637
Binary100111100101010001000100000010110011111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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