Html Css Color HEX #09160B Black Bean

📋 copy color: '#09160B'

red 9 ◦ green 22 ◦ blue 11

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

Shades of Black Bean #09160B

Tints of Black Bean #09160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 52.38%

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

R = 21.43%
G = 52.38%
B = 26.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.5

 K value IS 0.91

RGB Variations

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

Color information

#09160B (or 0x09160B) is known color: Black Bean. HEX triplet: 09, 16 and 0B. RGB value is (9,22,11). Sum of RGB (Red+Green+Blue) = 9+22+11=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #09160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09160B is #F6E9F4. Grayscale: #101010. Windows color (decimal): -16181749 or 726537. OLE color: 726537.

HSL color Cylindrical-coordinate representation of color #09160B: hue angle of 129.23º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #09160B is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.

Color convert

RGB 9 22 11 -
CMYK 0.59 0 0.5 0.91
HSL 129.23º 0.42% 0.06% -
HSV(B) 129.23º 0.59% 0.09% -
XYZ 0.46 0.66 0.42 -
YUV 16.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 9 22 11 0.59 0 0.5 0.91 129.23 0.42 0.06
Hex 9 16 B 3B 0 32 5B 81 2A 6
Octal 11 26 13 73 0 62 133 201 52 6
Binary 1001 10110 1011 111011 0 110010 1011011 10000001 101010 110

Color Harmonies of #09160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09160B

Black with #09160B

Text Example


Text Example

White with #09160B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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