Html Css Color HEX #09200A Black Bean

📋 copy color: '#09200A'

red 9 ◦ green 32 ◦ blue 10

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

Shades of Black Bean #09200A

Tints of Black Bean #09200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 62.75%

 BLUE value IS 10 (4.3% from 255) = 19.61%

R = 17.65%
G = 62.75%
B = 19.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.87

RGB Variations

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

Color information

#09200A (or 0x09200A) is known color: Black Bean. HEX triplet: 09, 20 and 0A. RGB value is (9,32,10). Sum of RGB (Red+Green+Blue) = 9+32+10=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #09200A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09200A is #F6DFF5. Grayscale: #161616. Windows color (decimal): -16179190 or 663561. OLE color: 663561.

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

Color convert

RGB 9 32 10 -
CMYK 0.72 0 0.69 0.87
HSL 122.61º 0.56% 0.08% -
HSV(B) 122.61º 0.72% 0.13% -
XYZ 0.68 1.11 0.47 -
YUV 22.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 9 32 10 0.72 0 0.69 0.87 122.61 0.56 0.08
Hex 9 20 A 48 0 45 57 7B 38 8
Octal 11 40 12 110 0 105 127 173 70 10
Binary 1001 100000 1010 1001000 0 1000101 1010111 1111011 111000 1000

Color Harmonies of #09200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09200A

Black with #09200A

Text Example


Text Example

White with #09200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09200A;
 }
 .AnyTagClassName
 {
   color: #09200A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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