#09210B

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

Shades of Black Bean #09210B

Tints of Black Bean #09210B

Color information

#09210B (or 0x09210B) is unknown color: approx Black Bean. HEX triplet: 09, 21 and 0B. RGB value is (9,33,11). Sum of RGB (Red+Green+Blue) = 9+33+11=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #09210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09210B is #F6DEF4. Grayscale: #171717. Windows color (decimal): -16178933 or 729353. OLE color: 729353.

HSL color Cylindrical-coordinate representation of color #09210B: hue angle of 125º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #09210B is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB93311-
CMYK0.7300.670.87
HSL125º57.14%8.24%-
HSV(B)125º72.73%12.94%-
XYZ0.721.170.5-
YUV23.32121.05117.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.98%
GREEN value IS 33 (13.28% from 255) = 62.26%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=16.98%
G=62.26%
B=20.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal933110.7300.670.8712557.148.24
Hex921B49043577d398
Octal11411311101031271757110
Binary10011000011011100100101000011101011111111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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