#09130B

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

Shades of Black Bean #09130B

Tints of Black Bean #09130B

Color information

#09130B (or 0x09130B) is unknown color: approx Black Bean. HEX triplet: 09, 13 and 0B. RGB value is (9,19,11). Sum of RGB (Red+Green+Blue) = 9+19+11=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #09130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09130B is #F6ECF4. Grayscale: #0F0F0F. Windows color (decimal): -16182517 or 725769. OLE color: 725769.

HSL color Cylindrical-coordinate representation of color #09130B: hue angle of 132º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #09130B is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB91911-
CMYK0.5300.420.93
HSL132º35.71%5.49%-
HSV(B)132º52.63%7.45%-
XYZ0.410.550.4-
YUV15.1125.69123.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.08%
GREEN value IS 19 (7.81% from 255) = 48.72%
BLUE value IS 11 (4.69% from 255) = 28.21%
R=23.08%
G=48.72%
B=28.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal919110.5300.420.9313235.715.49
Hex913B3502A5D84245
Octal11231365052135204445
Binary10011001110111101010101010101110110000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09130B; }

 p { color: rgb(9,19,11); }

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

<style>
 a { background-color: #09130B; }

 a { background-color: rgb(9,19,11); }

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

<style>
 span { border-color: #09130B; }

 span { border-color: rgb(9,19,11); }

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