#09240F

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

Shades of Black Bean #09240F

Tints of Black Bean #09240F

Color information

#09240F (or 0x09240F) is unknown color: approx Black Bean. HEX triplet: 09, 24 and 0F. RGB value is (9,36,15). Sum of RGB (Red+Green+Blue) = 9+36+15=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #09240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09240F is #F6DBF0. Grayscale: #191919. Windows color (decimal): -16178161 or 992265. OLE color: 992265.

HSL color Cylindrical-coordinate representation of color #09240F: hue angle of 133.33º 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 #09240F is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB93615-
CMYK0.7500.580.86
HSL133.33º60%8.82%-
HSV(B)133.33º75%14.12%-
XYZ0.831.350.67-
YUV25.53122.05116.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15%
GREEN value IS 36 (14.45% from 255) = 60%
BLUE value IS 15 (6.25% from 255) = 25%
R=15%
G=60%
B=25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal936150.7500.580.86133.33608.82
Hex924F4B03A56853c9
Octal1144171130721262057411
Binary10011001001111100101101110101010110100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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