Html Css Color HEX #111116 Black Russian

📋 copy color: '#111116'

red 17 ◦ green 17 ◦ blue 22

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

Shades of Black Russian #111116

Tints of Black Russian #111116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 39.29%

R = 30.36%
G = 30.36%
B = 39.29%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#111116 (or 0x111116) is known color: Black Russian. HEX triplet: 11, 11 and 16. RGB value is (17,17,22). Sum of RGB (Red+Green+Blue) = 17+17+22=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 22 - color contains mainly: blue. Hex color #111116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111116 is #EEEEE9. Grayscale: #111111. Windows color (decimal): -15658730 or 1446161. OLE color: 1446161.

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

Color convert

RGB 17 17 22 -
CMYK 0.23 0.23 0 0.91
HSL 240º 0.13% 0.08% -
HSV(B) 240º 0.23% 0.09% -
XYZ 0.58 0.58 0.84 -
YUV 17.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 17 17 22 0.23 0.23 0 0.91 240 0.13 0.08
Hex 11 11 16 17 17 0 5B F0 D 8
Octal 21 21 26 27 27 0 133 360 15 10
Binary 10001 10001 10110 10111 10111 0 1011011 11110000 1101 1000

Color Harmonies of #111116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111116

Black with #111116

Text Example


Text Example

White with #111116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111116; }

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

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

background-color css

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

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

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

border-color css

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

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

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