Html Css Color HEX #111712 Black Bean

📋 copy color: '#111712'

red 17 ◦ green 23 ◦ blue 18

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

Shades of Black Bean #111712

Tints of Black Bean #111712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 39.66%

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

R = 29.31%
G = 39.66%
B = 31.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#111712 (or 0x111712) is known color: Black Bean. HEX triplet: 11, 17 and 12. RGB value is (17,23,18). Sum of RGB (Red+Green+Blue) = 17+23+18=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #111712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111712 is #EEE8ED. Grayscale: #141414. Windows color (decimal): -15657198 or 1185553. OLE color: 1185553.

HSL color Cylindrical-coordinate representation of color #111712: hue angle of 130º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #111712 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 23 18 -
CMYK 0.26 0 0.22 0.91
HSL 130º 0.15% 0.08% -
HSV(B) 130º 0.26% 0.09% -
XYZ 0.65 0.78 0.69 -
YUV 20.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 17 23 18 0.26 0 0.22 0.91 130 0.15 0.08
Hex 11 17 12 1A 0 16 5B 82 F 8
Octal 21 27 22 32 0 26 133 202 17 10
Binary 10001 10111 10010 11010 0 10110 1011011 10000010 1111 1000

Color Harmonies of #111712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111712

Black with #111712

Text Example


Text Example

White with #111712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111712; }

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

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

background-color css

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

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

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

border-color css

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

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

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