#09200E

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

Shades of Black Bean #09200E

Tints of Black Bean #09200E

Color information

#09200E (or 0x09200E) is unknown color: approx Black Bean. HEX triplet: 09, 20 and 0E. RGB value is (9,32,14). Sum of RGB (Red+Green+Blue) = 9+32+14=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #09200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09200E is #F6DFF1. Grayscale: #171717. Windows color (decimal): -16179186 or 925705. OLE color: 925705.

HSL color Cylindrical-coordinate representation of color #09200E: hue angle of 133.04º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #09200E is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB93214-
CMYK0.7200.560.87
HSL133.04º56.1%8.04%-
HSV(B)133.04º71.88%12.55%-
XYZ0.711.120.59-
YUV23.07122.88117.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.36%
GREEN value IS 32 (12.89% from 255) = 58.18%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=16.36%
G=58.18%
B=25.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal932140.7200.560.87133.0456.18.04
Hex920E480385785388
Octal1140161100701272057010
Binary10011000001110100100001110001010111100001011110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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