#09130A

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

Shades of Black Bean #09130A

Tints of Black Bean #09130A

Color information

#09130A (or 0x09130A) is unknown color: approx Black Bean. HEX triplet: 09, 13 and 0A. RGB value is (9,19,10). Sum of RGB (Red+Green+Blue) = 9+19+10=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #09130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09130A is #F6ECF5. Grayscale: #0F0F0F. Windows color (decimal): -16182518 or 660233. OLE color: 660233.

HSL color Cylindrical-coordinate representation of color #09130A: hue angle of 126º 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 #09130A is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB91910-
CMYK0.5300.470.93
HSL126º35.71%5.49%-
HSV(B)126º52.63%7.45%-
XYZ0.40.550.37-
YUV14.98125.19123.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.68%
GREEN value IS 19 (7.81% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 26.32%
R=23.68%
G=50%
B=26.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal919100.5300.470.9312635.715.49
Hex913A3502F5D7e245
Octal11231265057135176445
Binary1001100111010110101010111110111011111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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