#11112E

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

Shades of Black Russian #11112E

Tints of Black Russian #11112E

Color information

#11112E (or 0x11112E) is unknown color: approx Black Russian. HEX triplet: 11, 11 and 2E. RGB value is (17,17,46). Sum of RGB (Red+Green+Blue) = 17+17+46=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #11112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11112E is #EEEED1. Grayscale: #141414. Windows color (decimal): -15658706 or 3019025. OLE color: 3019025.

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

Color convert

RGB171746-
CMYK0.630.6300.82
HSL240º46.03%12.35%-
HSV(B)240º63.04%18.04%-
XYZ0.920.722.67-
YUV20.31142.5125.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 46 (18.36% from 255) = 57.5%
R=21.25%
G=21.25%
B=57.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1717460.630.6300.8224046.0312.35
Hex11112E3F3F052f02ec
Octal212156777701223605614
Binary100011000110111011111111111101010010111100001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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