#09270E

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

Shades of Black Bean #09270E

Tints of Black Bean #09270E

Color information

#09270E (or 0x09270E) is unknown color: approx Black Bean. HEX triplet: 09, 27 and 0E. RGB value is (9,39,14). Sum of RGB (Red+Green+Blue) = 9+39+14=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #09270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09270E is #F6D8F1. Grayscale: #1B1B1B. Windows color (decimal): -16177394 or 927497. OLE color: 927497.

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

Color convert

RGB93914-
CMYK0.7700.640.85
HSL130º62.5%9.41%-
HSV(B)130º76.92%15.29%-
XYZ0.921.540.66-
YUV27.18120.56115.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.52%
GREEN value IS 39 (15.62% from 255) = 62.90%
BLUE value IS 14 (5.86% from 255) = 22.58%
R=14.52%
G=62.90%
B=22.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal939140.7700.640.8513062.59.41
Hex927E4D04055823e9
Octal11471611501001252027611
Binary100110011111101001101010000001010101100000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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