#111E13

Color #111E13 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #111E13

Tints of Black Bean #111E13

Color information

#111E13 (or 0x111E13) is unknown color: approx Black Bean. HEX triplet: 11, 1E and 13. RGB value is (17,30,19). Sum of RGB (Red+Green+Blue) = 17+30+19=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #111E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E13 is #EEE1EC. Grayscale: #181818. Windows color (decimal): -15655405 or 1252881. OLE color: 1252881.

HSL color Cylindrical-coordinate representation of color #111E13: hue angle of 129.23º 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 #111E13 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB173019-
CMYK0.4300.370.88
HSL129.23º27.66%9.22%-
HSV(B)129.23º43.33%11.76%-
XYZ0.811.090.78-
YUV24.86124.69122.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 30 (12.11% from 255) = 45.45%
BLUE value IS 19 (7.81% from 255) = 28.79%
R=25.76%
G=45.45%
B=28.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1730190.4300.370.88129.2327.669.22
Hex111E132B02558811c9
Octal213623530451302013411
Binary1000111110100111010110100101101100010000001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #111E13;
 }
 .AnyTagClassName
 {
   color: #111E13;
 }
</style>
background-color css

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

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

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

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

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

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