Html Css Color HEX #111F14 Black Bean

📋 copy color: '#111F14'

red 17 ◦ green 31 ◦ blue 20

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

Shades of Black Bean #111F14

Tints of Black Bean #111F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 45.59%

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

R = 25%
G = 45.59%
B = 29.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#111F14 (or 0x111F14) is known color: Black Bean. HEX triplet: 11, 1F and 14. RGB value is (17,31,20). Sum of RGB (Red+Green+Blue) = 17+31+20=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #111F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F14 is #EEE0EB. Grayscale: #191919. Windows color (decimal): -15655148 or 1318673. OLE color: 1318673.

HSL color Cylindrical-coordinate representation of color #111F14: hue angle of 132.86º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #111F14 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 31 20 -
CMYK 0.45 0 0.35 0.88
HSL 132.86º 0.29% 0.09% -
HSV(B) 132.86º 0.45% 0.12% -
XYZ 0.85 1.15 0.84 -
YUV 25.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 17 31 20 0.45 0 0.35 0.88 132.86 0.29 0.09
Hex 11 1F 14 2D 0 23 58 85 1D 9
Octal 21 37 24 55 0 43 130 205 35 11
Binary 10001 11111 10100 101101 0 100011 1011000 10000101 11101 1001

Color Harmonies of #111F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F14

Black with #111F14

Text Example


Text Example

White with #111F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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