#110E2E

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

Shades of Black Russian #110E2E

Tints of Black Russian #110E2E

Color information

#110E2E (or 0x110E2E) is unknown color: approx Black Russian. HEX triplet: 11, 0E and 2E. RGB value is (17,14,46). Sum of RGB (Red+Green+Blue) = 17+14+46=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #110E2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E2E is #EEF1D1. Grayscale: #121212. Windows color (decimal): -15659474 or 3018257. OLE color: 3018257.

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

Color convert

RGB171446-
CMYK0.630.7000.82
HSL245.62º53.33%11.76%-
HSV(B)245.62º69.57%18.04%-
XYZ0.880.632.66-
YUV18.55143.49126.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 14 (5.86% from 255) = 18.18%
BLUE value IS 46 (18.36% from 255) = 59.74%
R=22.08%
G=18.18%
B=59.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1714460.630.7000.82245.6253.3311.76
Hex11E2E3F46052f635c
Octal2116567710601223666514
Binary100011110101110111111100011001010010111101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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