Html Css Color HEX #111016 Black Russian

📋 copy color: '#111016'

red 17 ◦ green 16 ◦ blue 22

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

Shades of Black Russian #111016

Tints of Black Russian #111016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 29.09%

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

R = 30.91%
G = 29.09%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#111016 (or 0x111016) is known color: Black Russian. HEX triplet: 11, 10 and 16. RGB value is (17,16,22). Sum of RGB (Red+Green+Blue) = 17+16+22=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #111016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111016 is #EEEFE9. Grayscale: #101010. Windows color (decimal): -15658986 or 1445905. OLE color: 1445905.

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

Color convert

RGB 17 16 22 -
CMYK 0.23 0.27 0 0.91
HSL 250º 0.16% 0.07% -
HSV(B) 250º 0.27% 0.09% -
XYZ 0.56 0.55 0.84 -
YUV 16.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 17 16 22 0.23 0.27 0 0.91 250 0.16 0.07
Hex 11 10 16 17 1B 0 5B FA 10 7
Octal 21 20 26 27 33 0 133 372 20 7
Binary 10001 10000 10110 10111 11011 0 1011011 11111010 10000 111

Color Harmonies of #111016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111016

Black with #111016

Text Example


Text Example

White with #111016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111016; }

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

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

background-color css

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

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

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

border-color css

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

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

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