Html Css Color HEX #111A12 Black Bean

📋 copy color: '#111A12'

red 17 ◦ green 26 ◦ blue 18

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

Shades of Black Bean #111A12

Tints of Black Bean #111A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 42.62%

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

R = 27.87%
G = 42.62%
B = 29.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.90

RGB Variations

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

Color information

#111A12 (or 0x111A12) is known color: Black Bean. HEX triplet: 11, 1A and 12. RGB value is (17,26,18). Sum of RGB (Red+Green+Blue) = 17+26+18=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 26 - color contains mainly: green. Hex color #111A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A12 is #EEE5ED. Grayscale: #161616. Windows color (decimal): -15656430 or 1186321. OLE color: 1186321.

HSL color Cylindrical-coordinate representation of color #111A12: hue angle of 126.67º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #111A12 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 26 18 -
CMYK 0.35 0 0.31 0.90
HSL 126.67º 0.21% 0.08% -
HSV(B) 126.67º 0.35% 0.1% -
XYZ 0.71 0.9 0.71 -
YUV 22.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 17 26 18 0.35 0 0.31 0.90 126.67 0.21 0.08
Hex 11 1A 12 23 0 1F 5A 7F 15 8
Octal 21 32 22 43 0 37 132 177 25 10
Binary 10001 11010 10010 100011 0 11111 1011010 1111111 10101 1000

Color Harmonies of #111A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111A12

Black with #111A12

Text Example


Text Example

White with #111A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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