Html Css Color HEX #09200B Black Bean

📋 copy color: '#09200B'

red 9 ◦ green 32 ◦ blue 11

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

Shades of Black Bean #09200B

Tints of Black Bean #09200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 21.15%

R = 17.31%
G = 61.54%
B = 21.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#09200B (or 0x09200B) is known color: Black Bean. HEX triplet: 09, 20 and 0B. RGB value is (9,32,11). Sum of RGB (Red+Green+Blue) = 9+32+11=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #09200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09200B is #F6DFF4. Grayscale: #161616. Windows color (decimal): -16179189 or 729097. OLE color: 729097.

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

Color convert

RGB 9 32 11 -
CMYK 0.72 0 0.66 0.87
HSL 125.22º 0.56% 0.08% -
HSV(B) 125.22º 0.72% 0.13% -
XYZ 0.69 1.12 0.5 -
YUV 22.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 9 32 11 0.72 0 0.66 0.87 125.22 0.56 0.08
Hex 9 20 B 48 0 42 57 7D 38 8
Octal 11 40 13 110 0 102 127 175 70 10
Binary 1001 100000 1011 1001000 0 1000010 1010111 1111101 111000 1000

Color Harmonies of #09200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09200B

Black with #09200B

Text Example


Text Example

White with #09200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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