Html Css Color HEX #111112 Black Russian

📋 copy color: '#111112'

red 17 ◦ green 17 ◦ blue 18

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

Shades of Black Russian #111112

Tints of Black Russian #111112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 32.69%

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

R = 32.69%
G = 32.69%
B = 34.62%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#111112 (or 0x111112) is known color: Black Russian. HEX triplet: 11, 11 and 12. RGB value is (17,17,18). Sum of RGB (Red+Green+Blue) = 17+17+18=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 18 - color contains mainly: blue. Hex color #111112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111112 is #EEEEED. Grayscale: #111111. Windows color (decimal): -15658734 or 1184017. OLE color: 1184017.

HSL color Cylindrical-coordinate representation of color #111112: hue angle of 240º degrees, saturation: 0.03, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #111112 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 17 18 -
CMYK 0.06 0.06 0 0.93
HSL 240º 0.03% 0.07% -
HSV(B) 240º 0.06% 0.07% -
XYZ 0.54 0.56 0.65 -
YUV 17.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 17 17 18 0.06 0.06 0 0.93 240 0.03 0.07
Hex 11 11 12 6 6 0 5D F0 3 7
Octal 21 21 22 6 6 0 135 360 3 7
Binary 10001 10001 10010 110 110 0 1011101 11110000 11 111

Color Harmonies of #111112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111112

Black with #111112

Text Example


Text Example

White with #111112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111112; }

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

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

background-color css

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

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

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

border-color css

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

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

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