#09260E

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

Shades of Black Bean #09260E

Tints of Black Bean #09260E

Color information

#09260E (or 0x09260E) is unknown color: approx Black Bean. HEX triplet: 09, 26 and 0E. RGB value is (9,38,14). Sum of RGB (Red+Green+Blue) = 9+38+14=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #09260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09260E is #F6D9F1. Grayscale: #1A1A1A. Windows color (decimal): -16177650 or 927241. OLE color: 927241.

HSL color Cylindrical-coordinate representation of color #09260E: hue angle of 130.34º 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 #09260E is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB93814-
CMYK0.7600.630.85
HSL130.34º61.7%9.22%-
HSV(B)130.34º76.32%14.9%-
XYZ0.891.480.65-
YUV26.59120.89115.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.75%
GREEN value IS 38 (15.23% from 255) = 62.30%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=14.75%
G=62.30%
B=22.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal938140.7600.630.85130.3461.79.22
Hex926E4C03F55823e9
Octal1146161140771252027611
Binary10011001101110100110001111111010101100000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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