#09260F

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

Shades of Black Bean #09260F

Tints of Black Bean #09260F

Color information

#09260F (or 0x09260F) is unknown color: approx Black Bean. HEX triplet: 09, 26 and 0F. RGB value is (9,38,15). Sum of RGB (Red+Green+Blue) = 9+38+15=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #09260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09260F is #F6D9F0. Grayscale: #1A1A1A. Windows color (decimal): -16177649 or 992777. OLE color: 992777.

HSL color Cylindrical-coordinate representation of color #09260F: hue angle of 132.41º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #09260F is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB93815-
CMYK0.7600.610.85
HSL132.41º61.7%9.22%-
HSV(B)132.41º76.32%14.9%-
XYZ0.891.480.69-
YUV26.71121.39115.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.52%
GREEN value IS 38 (15.23% from 255) = 61.29%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=14.52%
G=61.29%
B=24.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal938150.7600.610.85132.4161.79.22
Hex926F4C03D55843e9
Octal1146171140751252047611
Binary10011001101111100110001111011010101100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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