Html Css Color HEX #113016 Black Bean

📋 copy color: '#113016'

red 17 ◦ green 48 ◦ blue 22

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

Shades of Black Bean #113016

Tints of Black Bean #113016

RGB

 RED value IS 17 (7.03% from 255) = 19.54%

 GREEN value IS 48 (19.14% from 255) = 55.17%

 BLUE value IS 22 (8.98% from 255) = 25.29%

R = 19.54%
G = 55.17%
B = 25.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#113016 (or 0x113016) is known color: Black Bean. HEX triplet: 11, 30 and 16. RGB value is (17,48,22). Sum of RGB (Red+Green+Blue) = 17+48+22=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #113016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113016 is #EECFE9. Grayscale: #232323. Windows color (decimal): -15650794 or 1454097. OLE color: 1454097.

HSL color Cylindrical-coordinate representation of color #113016: hue angle of 129.68º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113016 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 22 -
CMYK 0.65 0 0.54 0.81
HSL 129.68º 0.48% 0.13% -
HSV(B) 129.68º 0.65% 0.19% -
XYZ 1.43 2.29 1.13 -
YUV 35.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 17 48 22 0.65 0 0.54 0.81 129.68 0.48 0.13
Hex 11 30 16 41 0 36 51 82 30 D
Octal 21 60 26 101 0 66 121 202 60 15
Binary 10001 110000 10110 1000001 0 110110 1010001 10000010 110000 1101

Color Harmonies of #113016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113016

Black with #113016

Text Example


Text Example

White with #113016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113016; }

 p { color: rgb(17,48,22); }

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

background-color css

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

 a { background-color: rgb(17,48,22); }

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

border-color css

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

 span { border-color: rgb(17,48,22); }

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