#09270C

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

Shades of Black Bean #09270C

Tints of Black Bean #09270C

Color information

#09270C (or 0x09270C) is unknown color: approx Black Bean. HEX triplet: 09, 27 and 0C. RGB value is (9,39,12). Sum of RGB (Red+Green+Blue) = 9+39+12=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #09270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09270C is #F6D8F3. Grayscale: #1B1B1B. Windows color (decimal): -16177396 or 796425. OLE color: 796425.

HSL color Cylindrical-coordinate representation of color #09270C: hue angle of 126º 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 #09270C is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB93912-
CMYK0.7700.690.85
HSL126º62.5%9.41%-
HSV(B)126º76.92%15.29%-
XYZ0.91.540.6-
YUV26.95119.56115.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15%
GREEN value IS 39 (15.62% from 255) = 65%
BLUE value IS 12 (5.08% from 255) = 20%
R=15%
G=65%
B=20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal939120.7700.690.8512662.59.41
Hex927C4D045557e3e9
Octal11471411501051251767611
Binary10011001111100100110101000101101010111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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