#09210C

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

Shades of Black Bean #09210C

Tints of Black Bean #09210C

Color information

#09210C (or 0x09210C) is unknown color: approx Black Bean. HEX triplet: 09, 21 and 0C. RGB value is (9,33,12). Sum of RGB (Red+Green+Blue) = 9+33+12=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #09210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09210C is #F6DEF3. Grayscale: #171717. Windows color (decimal): -16178932 or 794889. OLE color: 794889.

HSL color Cylindrical-coordinate representation of color #09210C: hue angle of 127.5º 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 #09210C is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB93312-
CMYK0.7300.640.87
HSL127.5º57.14%8.24%-
HSV(B)127.5º72.73%12.94%-
XYZ0.721.170.54-
YUV23.43121.55117.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.67%
GREEN value IS 33 (13.28% from 255) = 61.11%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=16.67%
G=61.11%
B=22.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal933120.7300.640.87127.557.148.24
Hex921C490405780398
Octal11411411101001272007110
Binary100110000111001001001010000001010111100000001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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