#09240A

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

Shades of Black Bean #09240A

Tints of Black Bean #09240A

Color information

#09240A (or 0x09240A) is unknown color: approx Black Bean. HEX triplet: 09, 24 and 0A. RGB value is (9,36,10). Sum of RGB (Red+Green+Blue) = 9+36+10=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #09240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09240A is #F6DBF5. Grayscale: #191919. Windows color (decimal): -16178166 or 664585. OLE color: 664585.

HSL color Cylindrical-coordinate representation of color #09240A: hue angle of 122.22º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #09240A is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB93610-
CMYK0.7500.720.86
HSL122.22º60%8.82%-
HSV(B)122.22º75%14.12%-
XYZ0.81.340.5-
YUV24.96119.55116.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.36%
GREEN value IS 36 (14.45% from 255) = 65.45%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=16.36%
G=65.45%
B=18.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal936100.7500.720.86122.22608.82
Hex924A4B048567a3c9
Octal11441211301101261727411
Binary10011001001010100101101001000101011011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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