#111827

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

Shades of Black Russian #111827

Tints of Black Russian #111827

Color information

#111827 (or 0x111827) is unknown color: approx Black Russian. HEX triplet: 11, 18 and 27. RGB value is (17,24,39). Sum of RGB (Red+Green+Blue) = 17+24+39=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #111827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111827 is #EEE7D8. Grayscale: #171717. Windows color (decimal): -15656921 or 2562065. OLE color: 2562065.

HSL color Cylindrical-coordinate representation of color #111827: hue angle of 220.91º 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 #111827 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB172439-
CMYK0.560.3800.85
HSL220.91º39.29%10.98%-
HSV(B)220.91º56.41%15.29%-
XYZ0.920.922.05-
YUV23.62136.68123.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 39 (15.62% from 255) = 48.75%
R=21.25%
G=30%
B=48.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1724390.560.3800.85220.9139.2910.98
Hex1118273826055dd27b
Octal213047704601253354713
Binary100011100010011111100010011001010101110111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111827; }

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

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

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

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

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

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

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

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