Html Css Color HEX #111F12 Black Bean

📋 copy color: '#111F12'

red 17 ◦ green 31 ◦ blue 18

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

Shades of Black Bean #111F12

Tints of Black Bean #111F12

RGB

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

 GREEN value IS 31 (12.5% from 255) = 46.97%

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

R = 25.76%
G = 46.97%
B = 27.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.88

RGB Variations

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

Color information

#111F12 (or 0x111F12) is known color: Black Bean. HEX triplet: 11, 1F and 12. RGB value is (17,31,18). Sum of RGB (Red+Green+Blue) = 17+31+18=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #111F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F12 is #EEE0ED. Grayscale: #191919. Windows color (decimal): -15655150 or 1187601. OLE color: 1187601.

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

Color convert

RGB 17 31 18 -
CMYK 0.45 0 0.42 0.88
HSL 124.29º 0.29% 0.09% -
HSV(B) 124.29º 0.45% 0.12% -
XYZ 0.83 1.14 0.75 -
YUV 25.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 17 31 18 0.45 0 0.42 0.88 124.29 0.29 0.09
Hex 11 1F 12 2D 0 2A 58 7C 1D 9
Octal 21 37 22 55 0 52 130 174 35 11
Binary 10001 11111 10010 101101 0 101010 1011000 1111100 11101 1001

Color Harmonies of #111F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F12

Black with #111F12

Text Example


Text Example

White with #111F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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