#09190A

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

Shades of Black Bean #09190A

Tints of Black Bean #09190A

Color information

#09190A (or 0x09190A) is unknown color: approx Black Bean. HEX triplet: 09, 19 and 0A. RGB value is (9,25,10). Sum of RGB (Red+Green+Blue) = 9+25+10=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 25 (10.16% from 255 or 56.82% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 25 - color contains mainly: green. Hex color #09190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09190A is #F6E6F5. Grayscale: #121212. Windows color (decimal): -16180982 or 661769. OLE color: 661769.

HSL color Cylindrical-coordinate representation of color #09190A: hue angle of 123.75º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #09190A is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB92510-
CMYK0.6400.600.90
HSL123.75º47.06%6.67%-
HSV(B)123.75º64%9.8%-
XYZ0.520.780.41-
YUV18.51123.2121.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.45%
GREEN value IS 25 (10.16% from 255) = 56.82%
BLUE value IS 10 (4.30% from 255) = 22.73%
R=20.45%
G=56.82%
B=22.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal925100.6400.600.90123.7547.066.67
Hex919A4003C5A7c2f7
Octal113112100074132174577
Binary10011100110101000000011110010110101111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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