#110E2D

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

Shades of Black Russian #110E2D

Tints of Black Russian #110E2D

Color information

#110E2D (or 0x110E2D) is unknown color: approx Black Russian. HEX triplet: 11, 0E and 2D. RGB value is (17,14,45). Sum of RGB (Red+Green+Blue) = 17+14+45=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #110E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E2D is #EEF1D2. Grayscale: #121212. Windows color (decimal): -15659475 or 2952721. OLE color: 2952721.

HSL color Cylindrical-coordinate representation of color #110E2D: hue angle of 245.81º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #110E2D is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB171445-
CMYK0.620.6900.82
HSL245.81º52.54%11.57%-
HSV(B)245.81º68.89%17.65%-
XYZ0.860.622.56-
YUV18.43142.99126.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 14 (5.86% from 255) = 18.42%
BLUE value IS 45 (17.97% from 255) = 59.21%
R=22.37%
G=18.42%
B=59.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1714450.620.6900.82245.8152.5411.57
Hex11E2D3E45052f635c
Octal2116557610501223666514
Binary100011110101101111110100010101010010111101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110E2D; }

 p { color: rgb(17,14,45); }

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

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

 a { background-color: rgb(17,14,45); }

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

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

 span { border-color: rgb(17,14,45); }

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