Html Css Color HEX #111B14 Black Bean

📋 copy color: '#111B14'

red 17 ◦ green 27 ◦ blue 20

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

Shades of Black Bean #111B14

Tints of Black Bean #111B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 42.19%

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

R = 26.56%
G = 42.19%
B = 31.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.89

RGB Variations

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

Color information

#111B14 (or 0x111B14) is known color: Black Bean. HEX triplet: 11, 1B and 14. RGB value is (17,27,20). Sum of RGB (Red+Green+Blue) = 17+27+20=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 27 - color contains mainly: green. Hex color #111B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B14 is #EEE4EB. Grayscale: #171717. Windows color (decimal): -15656172 or 1317649. OLE color: 1317649.

HSL color Cylindrical-coordinate representation of color #111B14: hue angle of 138º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #111B14 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 27 20 -
CMYK 0.37 0 0.26 0.89
HSL 138º 0.23% 0.09% -
HSV(B) 138º 0.37% 0.11% -
XYZ 0.75 0.95 0.81 -
YUV 23.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 17 27 20 0.37 0 0.26 0.89 138 0.23 0.09
Hex 11 1B 14 25 0 1A 59 8A 17 9
Octal 21 33 24 45 0 32 131 212 27 11
Binary 10001 11011 10100 100101 0 11010 1011001 10001010 10111 1001

Color Harmonies of #111B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111B14

Black with #111B14

Text Example


Text Example

White with #111B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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