#111828

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

Shades of Black Russian #111828

Tints of Black Russian #111828

Color information

#111828 (or 0x111828) is unknown color: approx Black Russian. HEX triplet: 11, 18 and 28. RGB value is (17,24,40). Sum of RGB (Red+Green+Blue) = 17+24+40=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #111828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111828 is #EEE7D7. Grayscale: #171717. Windows color (decimal): -15656920 or 2627601. OLE color: 2627601.

HSL color Cylindrical-coordinate representation of color #111828: hue angle of 221.74º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #111828 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB172440-
CMYK0.570.4000.84
HSL221.74º40.35%11.18%-
HSV(B)221.74º57.5%15.69%-
XYZ0.940.932.14-
YUV23.73137.18123.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 40 (16.02% from 255) = 49.38%
R=20.99%
G=29.63%
B=49.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1724400.570.4000.84221.7440.3511.18
Hex1118283928054de28b
Octal213050715001243365013
Binary100011100010100011100110100001010100110111101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111828; }

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

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

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

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

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

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

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

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