#09200B

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

Shades of Black Bean #09200B

Tints of Black Bean #09200B

Color information

#09200B (or 0x09200B) is unknown color: approx Black Bean. HEX triplet: 09, 20 and 0B. RGB value is (9,32,11). Sum of RGB (Red+Green+Blue) = 9+32+11=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #09200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09200B is #F6DFF4. Grayscale: #161616. Windows color (decimal): -16179189 or 729097. OLE color: 729097.

HSL color Cylindrical-coordinate representation of color #09200B: hue angle of 125.22º 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 #09200B is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB93211-
CMYK0.7200.660.87
HSL125.22º56.1%8.04%-
HSV(B)125.22º71.88%12.55%-
XYZ0.691.120.5-
YUV22.73121.38118.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.31%
GREEN value IS 32 (12.89% from 255) = 61.54%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=17.31%
G=61.54%
B=21.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal932110.7200.660.87125.2256.18.04
Hex920B48042577d388
Octal11401311001021271757010
Binary10011000001011100100001000010101011111111011110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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