Html Css Color HEX #113215 Black Bean

📋 copy color: '#113215'

red 17 ◦ green 50 ◦ blue 21

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

Shades of Black Bean #113215

Tints of Black Bean #113215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 56.82%

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

R = 19.32%
G = 56.82%
B = 23.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#113215 (or 0x113215) is known color: Black Bean. HEX triplet: 11, 32 and 15. RGB value is (17,50,21). Sum of RGB (Red+Green+Blue) = 17+50+21=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #113215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113215 is #EECDEA. Grayscale: #242424. Windows color (decimal): -15650283 or 1389073. OLE color: 1389073.

HSL color Cylindrical-coordinate representation of color #113215: hue angle of 127.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113215 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 21 -
CMYK 0.66 0 0.58 0.80
HSL 127.27º 0.49% 0.13% -
HSV(B) 127.27º 0.66% 0.2% -
XYZ 1.51 2.45 1.1 -
YUV 36.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 17 50 21 0.66 0 0.58 0.80 127.27 0.49 0.13
Hex 11 32 15 42 0 3A 50 7F 31 D
Octal 21 62 25 102 0 72 120 177 61 15
Binary 10001 110010 10101 1000010 0 111010 1010000 1111111 110001 1101

Color Harmonies of #113215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113215

Black with #113215

Text Example


Text Example

White with #113215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113215; }

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

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

background-color css

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

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

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

border-color css

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

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

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