Html Css Color HEX #111512 Black Bean

📋 copy color: '#111512'

red 17 ◦ green 21 ◦ blue 18

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

Shades of Black Bean #111512

Tints of Black Bean #111512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 37.5%

 BLUE value IS 18 (7.42% from 255) = 32.14%

R = 30.36%
G = 37.5%
B = 32.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#111512 (or 0x111512) is known color: Black Bean. HEX triplet: 11, 15 and 12. RGB value is (17,21,18). Sum of RGB (Red+Green+Blue) = 17+21+18=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 21 - color contains mainly: green. Hex color #111512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111512 is #EEEAED. Grayscale: #131313. Windows color (decimal): -15657710 or 1185041. OLE color: 1185041.

HSL color Cylindrical-coordinate representation of color #111512: hue angle of 135º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #111512 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 21 18 -
CMYK 0.19 0 0.14 0.92
HSL 135º 0.11% 0.07% -
HSV(B) 135º 0.19% 0.08% -
XYZ 0.61 0.7 0.68 -
YUV 19.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 17 21 18 0.19 0 0.14 0.92 135 0.11 0.07
Hex 11 15 12 13 0 E 5C 87 B 7
Octal 21 25 22 23 0 16 134 207 13 7
Binary 10001 10101 10010 10011 0 1110 1011100 10000111 1011 111

Color Harmonies of #111512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111512

Black with #111512

Text Example


Text Example

White with #111512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111512; }

 p { color: rgb(17,21,18); }

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

background-color css

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

 a { background-color: rgb(17,21,18); }

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

border-color css

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

 span { border-color: rgb(17,21,18); }

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