Html Css Color HEX #111812 Black Bean

📋 copy color: '#111812'

red 17 ◦ green 24 ◦ blue 18

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

Shades of Black Bean #111812

Tints of Black Bean #111812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 40.68%

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

R = 28.81%
G = 40.68%
B = 30.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#111812 (or 0x111812) is known color: Black Bean. HEX triplet: 11, 18 and 12. RGB value is (17,24,18). Sum of RGB (Red+Green+Blue) = 17+24+18=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #111812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111812 is #EEE7ED. Grayscale: #151515. Windows color (decimal): -15656942 or 1185809. OLE color: 1185809.

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

Color convert

RGB 17 24 18 -
CMYK 0.29 0 0.25 0.91
HSL 128.57º 0.17% 0.08% -
HSV(B) 128.57º 0.29% 0.09% -
XYZ 0.67 0.82 0.69 -
YUV 21.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 17 24 18 0.29 0 0.25 0.91 128.57 0.17 0.08
Hex 11 18 12 1D 0 19 5B 81 11 8
Octal 21 30 22 35 0 31 133 201 21 10
Binary 10001 11000 10010 11101 0 11001 1011011 10000001 10001 1000

Color Harmonies of #111812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111812

Black with #111812

Text Example


Text Example

White with #111812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111812; }

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

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

background-color css

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

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

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

border-color css

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

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

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