Html Css Color HEX #09160D Black Bean

📋 copy color: '#09160D'

red 9 ◦ green 22 ◦ blue 13

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

Shades of Black Bean #09160D

Tints of Black Bean #09160D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 29.55%

R = 20.45%
G = 50%
B = 29.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.91

RGB Variations

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

Color information

#09160D (or 0x09160D) is known color: Black Bean. HEX triplet: 09, 16 and 0D. RGB value is (9,22,13). Sum of RGB (Red+Green+Blue) = 9+22+13=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #09160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09160D is #F6E9F2. Grayscale: #111111. Windows color (decimal): -16181747 or 857609. OLE color: 857609.

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

Color convert

RGB 9 22 13 -
CMYK 0.59 0 0.41 0.91
HSL 138.46º 0.42% 0.06% -
HSV(B) 138.46º 0.59% 0.09% -
XYZ 0.47 0.66 0.48 -
YUV 17.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 9 22 13 0.59 0 0.41 0.91 138.46 0.42 0.06
Hex 9 16 D 3B 0 29 5B 8A 2A 6
Octal 11 26 15 73 0 51 133 212 52 6
Binary 1001 10110 1101 111011 0 101001 1011011 10001010 101010 110

Color Harmonies of #09160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09160D

Black with #09160D

Text Example


Text Example

White with #09160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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