#091B0C

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

Shades of Black Bean #091B0C

Tints of Black Bean #091B0C

Color information

#091B0C (or 0x091B0C) is unknown color: approx Black Bean. HEX triplet: 09, 1B and 0C. RGB value is (9,27,12). Sum of RGB (Red+Green+Blue) = 9+27+12=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #091B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091B0C is #F6E4F3. Grayscale: #131313. Windows color (decimal): -16180468 or 793353. OLE color: 793353.

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

Color convert

RGB92712-
CMYK0.6700.560.89
HSL130º50%7.06%-
HSV(B)130º66.67%10.59%-
XYZ0.570.870.49-
YUV19.91123.54120.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.75%
GREEN value IS 27 (10.94% from 255) = 56.25%
BLUE value IS 12 (5.08% from 255) = 25%
R=18.75%
G=56.25%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal927120.6700.560.89130507.06
Hex91BC430385982327
Octal113314103070131202627
Binary100111011110010000110111000101100110000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,27,12); }

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

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

 a { background-color: rgb(9,27,12); }

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

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

 span { border-color: rgb(9,27,12); }

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