Html Css Color HEX #09160A Black Bean

📋 copy color: '#09160A'

red 9 ◦ green 22 ◦ blue 10

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

Shades of Black Bean #09160A

Tints of Black Bean #09160A

RGB

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

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

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

R = 21.95%
G = 53.66%
B = 24.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.91

RGB Variations

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

Color information

#09160A (or 0x09160A) is known color: Black Bean. HEX triplet: 09, 16 and 0A. RGB value is (9,22,10). Sum of RGB (Red+Green+Blue) = 9+22+10=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #09160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09160A is #F6E9F5. Grayscale: #101010. Windows color (decimal): -16181750 or 661001. OLE color: 661001.

HSL color Cylindrical-coordinate representation of color #09160A: hue angle of 124.62º 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 #09160A is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.91.

Color convert

RGB 9 22 10 -
CMYK 0.59 0 0.55 0.91
HSL 124.62º 0.42% 0.06% -
HSV(B) 124.62º 0.59% 0.09% -
XYZ 0.45 0.65 0.39 -
YUV 16.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 9 22 10 0.59 0 0.55 0.91 124.62 0.42 0.06
Hex 9 16 A 3B 0 37 5B 7D 2A 6
Octal 11 26 12 73 0 67 133 175 52 6
Binary 1001 10110 1010 111011 0 110111 1011011 1111101 101010 110

Color Harmonies of #09160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09160A

Black with #09160A

Text Example


Text Example

White with #09160A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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