Html Css Color HEX #111E14 Black Bean

📋 copy color: '#111E14'

red 17 ◦ green 30 ◦ blue 20

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

Shades of Black Bean #111E14

Tints of Black Bean #111E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 44.78%

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

R = 25.37%
G = 44.78%
B = 29.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#111E14 (or 0x111E14) is known color: Black Bean. HEX triplet: 11, 1E and 14. RGB value is (17,30,20). Sum of RGB (Red+Green+Blue) = 17+30+20=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #111E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E14 is #EEE1EB. Grayscale: #181818. Windows color (decimal): -15655404 or 1318417. OLE color: 1318417.

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

Color convert

RGB 17 30 20 -
CMYK 0.43 0 0.33 0.88
HSL 133.85º 0.28% 0.09% -
HSV(B) 133.85º 0.43% 0.12% -
XYZ 0.82 1.1 0.83 -
YUV 24.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 17 30 20 0.43 0 0.33 0.88 133.85 0.28 0.09
Hex 11 1E 14 2B 0 21 58 86 1C 9
Octal 21 36 24 53 0 41 130 206 34 11
Binary 10001 11110 10100 101011 0 100001 1011000 10000110 11100 1001

Color Harmonies of #111E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E14

Black with #111E14

Text Example


Text Example

White with #111E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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