#111927

Color #111927 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #111927

Tints of Black Russian #111927

Color information

#111927 (or 0x111927) is unknown color: approx Black Russian. HEX triplet: 11, 19 and 27. RGB value is (17,25,39). Sum of RGB (Red+Green+Blue) = 17+25+39=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #111927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111927 is #EEE6D8. Grayscale: #181818. Windows color (decimal): -15656665 or 2562321. OLE color: 2562321.

HSL color Cylindrical-coordinate representation of color #111927: hue angle of 218.18º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #111927 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB172539-
CMYK0.560.3600.85
HSL218.18º39.29%10.98%-
HSV(B)218.18º56.41%15.29%-
XYZ0.950.962.06-
YUV24.2136.35122.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 39 (15.62% from 255) = 48.15%
R=20.99%
G=30.86%
B=48.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1725390.560.3600.85218.1839.2910.98
Hex1119273824055da27b
Octal213147704401253324713
Binary100011100110011111100010010001010101110110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111927; }

 p { color: rgb(17,25,39); }

 H1.HeaderClassName
 {
   color: #111927;
 }
 .AnyTagClassName
 {
   color: #111927;
 }
</style>
background-color css

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

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

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

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

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

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