Html Css Color HEX #113115 Black Bean

📋 copy color: '#113115'

red 17 ◦ green 49 ◦ blue 21

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

Shades of Black Bean #113115

Tints of Black Bean #113115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 56.32%

 BLUE value IS 21 (8.59% from 255) = 24.14%

R = 19.54%
G = 56.32%
B = 24.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#113115 (or 0x113115) is known color: Black Bean. HEX triplet: 11, 31 and 15. RGB value is (17,49,21). Sum of RGB (Red+Green+Blue) = 17+49+21=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #113115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113115 is #EECEEA. Grayscale: #242424. Windows color (decimal): -15650539 or 1388817. OLE color: 1388817.

HSL color Cylindrical-coordinate representation of color #113115: hue angle of 127.5º 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 #113115 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 49 21 -
CMYK 0.65 0 0.57 0.81
HSL 127.5º 0.48% 0.13% -
HSV(B) 127.5º 0.65% 0.19% -
XYZ 1.46 2.37 1.09 -
YUV 36.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 17 49 21 0.65 0 0.57 0.81 127.5 0.48 0.13
Hex 11 31 15 41 0 39 51 80 30 D
Octal 21 61 25 101 0 71 121 200 60 15
Binary 10001 110001 10101 1000001 0 111001 1010001 10000000 110000 1101

Color Harmonies of #113115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113115

Black with #113115

Text Example


Text Example

White with #113115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113115; }

 p { color: rgb(17,49,21); }

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

background-color css

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

 a { background-color: rgb(17,49,21); }

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

border-color css

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

 span { border-color: rgb(17,49,21); }

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