#11112C

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

Shades of Black Russian #11112C

Tints of Black Russian #11112C

Color information

#11112C (or 0x11112C) is unknown color: approx Black Russian. HEX triplet: 11, 11 and 2C. RGB value is (17,17,44). Sum of RGB (Red+Green+Blue) = 17+17+44=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #11112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11112C is #EEEED3. Grayscale: #131313. Windows color (decimal): -15658708 or 2887953. OLE color: 2887953.

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

Color convert

RGB171744-
CMYK0.610.6100.83
HSL240º44.26%11.96%-
HSV(B)240º61.36%17.25%-
XYZ0.890.72.47-
YUV20.08141.5125.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.79%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 44 (17.58% from 255) = 56.41%
R=21.79%
G=21.79%
B=56.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1717440.610.6100.8324044.2611.96
Hex11112C3D3D053f02cc
Octal212154757501233605414
Binary100011000110110011110111110101010011111100001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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