Html Css Color HEX #113014 Black Bean

📋 copy color: '#113014'

red 17 ◦ green 48 ◦ blue 20

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

Shades of Black Bean #113014

Tints of Black Bean #113014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 23.53%

R = 20%
G = 56.47%
B = 23.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#113014 (or 0x113014) is known color: Black Bean. HEX triplet: 11, 30 and 14. RGB value is (17,48,20). Sum of RGB (Red+Green+Blue) = 17+48+20=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #113014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113014 is #EECFEB. Grayscale: #232323. Windows color (decimal): -15650796 or 1323025. OLE color: 1323025.

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

Color convert

RGB 17 48 20 -
CMYK 0.65 0 0.58 0.81
HSL 125.81º 0.48% 0.13% -
HSV(B) 125.81º 0.65% 0.19% -
XYZ 1.41 2.28 1.03 -
YUV 35.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 17 48 20 0.65 0 0.58 0.81 125.81 0.48 0.13
Hex 11 30 14 41 0 3A 51 7E 30 D
Octal 21 60 24 101 0 72 121 176 60 15
Binary 10001 110000 10100 1000001 0 111010 1010001 1111110 110000 1101

Color Harmonies of #113014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113014

Black with #113014

Text Example


Text Example

White with #113014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113014; }

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

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

background-color css

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

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

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

border-color css

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

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

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