Html Css Color HEX #09210C Black Bean

📋 copy color: '#09210C'

red 9 ◦ green 33 ◦ blue 12

#09210C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #09210C

Tints of Black Bean #09210C

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 value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.87

RGB Variations

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

Color information

#09210C (or 0x09210C) is known color: 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

RGB 9 33 12 -
CMYK 0.73 0 0.64 0.87
HSL 127.5º 0.57% 0.08% -
HSV(B) 127.5º 0.73% 0.13% -
XYZ 0.72 1.17 0.54 -
YUV 23.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 9 33 12 0.73 0 0.64 0.87 127.5 0.57 0.08
Hex 9 21 C 49 0 40 57 80 39 8
Octal 11 41 14 111 0 100 127 200 71 10
Binary 1001 100001 1100 1001001 0 1000000 1010111 10000000 111001 1000

Color Harmonies of #09210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09210C

Black with #09210C

Text Example


Text Example

White with #09210C

Text Example


Text Example

HTML Codes & Css Web 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>