Html Css Color HEX #09220C Black Bean

📋 copy color: '#09220C'

red 9 ◦ green 34 ◦ blue 12

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

Shades of Black Bean #09220C

Tints of Black Bean #09220C

RGB

 RED value IS 9 (3.91% from 255) = 16.36%

 GREEN value IS 34 (13.67% from 255) = 61.82%

 BLUE value IS 12 (5.08% from 255) = 21.82%

R = 16.36%
G = 61.82%
B = 21.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.87

RGB Variations

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

Color information

#09220C (or 0x09220C) is known color: Black Bean. HEX triplet: 09, 22 and 0C. RGB value is (9,34,12). Sum of RGB (Red+Green+Blue) = 9+34+12=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #09220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09220C is #F6DDF3. Grayscale: #181818. Windows color (decimal): -16178676 or 795145. OLE color: 795145.

HSL color Cylindrical-coordinate representation of color #09220C: hue angle of 127.2º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #09220C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 34 12 -
CMYK 0.74 0 0.65 0.87
HSL 127.2º 0.58% 0.08% -
HSV(B) 127.2º 0.74% 0.13% -
XYZ 0.75 1.23 0.55 -
YUV 24.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 9 34 12 0.74 0 0.65 0.87 127.2 0.58 0.08
Hex 9 22 C 4A 0 41 57 7F 3A 8
Octal 11 42 14 112 0 101 127 177 72 10
Binary 1001 100010 1100 1001010 0 1000001 1010111 1111111 111010 1000

Color Harmonies of #09220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09220C

Black with #09220C

Text Example


Text Example

White with #09220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09220C;
 }
 .AnyTagClassName
 {
   color: #09220C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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