#11141D

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

Shades of Black Russian #11141D

Tints of Black Russian #11141D

Color information

#11141D (or 0x11141D) is unknown color: approx Black Russian. HEX triplet: 11, 14 and 1D. RGB value is (17,20,29). Sum of RGB (Red+Green+Blue) = 17+20+29=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: blue. Hex color #11141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11141D is #EEEBE2. Grayscale: #141414. Windows color (decimal): -15657955 or 1905681. OLE color: 1905681.

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

Color convert

RGB172029-
CMYK0.410.3100.89
HSL225º26.09%9.02%-
HSV(B)225º41.38%11.37%-
XYZ0.70.711.26-
YUV20.13133.01125.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 29 (11.72% from 255) = 43.94%
R=25.76%
G=30.30%
B=43.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1720290.410.3100.8922526.099.02
Hex11141D291F059e11a9
Octal212435513701313413211
Binary100011010011101101001111110101100111100001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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