Html Css Color HEX #09160C Black Bean

📋 copy color: '#09160C'

red 9 ◦ green 22 ◦ blue 12

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

Shades of Black Bean #09160C

Tints of Black Bean #09160C

RGB

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

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

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

R = 20.93%
G = 51.16%
B = 27.91%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.91

RGB Variations

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

Color information

#09160C (or 0x09160C) is known color: Black Bean. HEX triplet: 09, 16 and 0C. RGB value is (9,22,12). Sum of RGB (Red+Green+Blue) = 9+22+12=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #09160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09160C is #F6E9F3. Grayscale: #101010. Windows color (decimal): -16181748 or 792073. OLE color: 792073.

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

Color convert

RGB 9 22 12 -
CMYK 0.59 0 0.45 0.91
HSL 133.85º 0.42% 0.06% -
HSV(B) 133.85º 0.59% 0.09% -
XYZ 0.47 0.66 0.45 -
YUV 16.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 9 22 12 0.59 0 0.45 0.91 133.85 0.42 0.06
Hex 9 16 C 3B 0 2D 5B 86 2A 6
Octal 11 26 14 73 0 55 133 206 52 6
Binary 1001 10110 1100 111011 0 101101 1011011 10000110 101010 110

Color Harmonies of #09160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09160C

Black with #09160C

Text Example


Text Example

White with #09160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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