#11141E

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

Shades of Black Russian #11141E

Tints of Black Russian #11141E

Color information

#11141E (or 0x11141E) is unknown color: approx Black Russian. HEX triplet: 11, 14 and 1E. RGB value is (17,20,30). Sum of RGB (Red+Green+Blue) = 17+20+30=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #11141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11141E is #EEEBE1. Grayscale: #141414. Windows color (decimal): -15657954 or 1971217. OLE color: 1971217.

HSL color Cylindrical-coordinate representation of color #11141E: hue angle of 226.15º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #11141E is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB172030-
CMYK0.430.3300.88
HSL226.15º27.66%9.22%-
HSV(B)226.15º43.33%11.76%-
XYZ0.720.711.33-
YUV20.24133.51125.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=25.37%
G=29.85%
B=44.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1720300.430.3300.88226.1527.669.22
Hex11141E2B21058e21c9
Octal212436534101303423411
Binary1000110100111101010111000010101100011100010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11141E; }

 p { color: rgb(17,20,30); }

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

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

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

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

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

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

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