#11141C

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

Shades of Black Russian #11141C

Tints of Black Russian #11141C

Color information

#11141C (or 0x11141C) is unknown color: approx Black Russian. HEX triplet: 11, 14 and 1C. RGB value is (17,20,28). Sum of RGB (Red+Green+Blue) = 17+20+28=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #11141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11141C is #EEEBE3. Grayscale: #131313. Windows color (decimal): -15657956 or 1840145. OLE color: 1840145.

HSL color Cylindrical-coordinate representation of color #11141C: hue angle of 223.64º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #11141C is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB172028-
CMYK0.390.2900.89
HSL223.64º24.44%8.82%-
HSV(B)223.64º39.29%10.98%-
XYZ0.690.71.2-
YUV20.02132.51125.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=26.15%
G=30.77%
B=43.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1720280.390.2900.89223.6424.448.82
Hex11141C271D059e0189
Octal212434473501313403011
Binary100011010011100100111111010101100111100000110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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