#11142C

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

Shades of Black Russian #11142C

Tints of Black Russian #11142C

Color information

#11142C (or 0x11142C) is unknown color: approx Black Russian. HEX triplet: 11, 14 and 2C. RGB value is (17,20,44). Sum of RGB (Red+Green+Blue) = 17+20+44=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #11142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11142C is #EEEBD3. Grayscale: #151515. Windows color (decimal): -15657940 or 2888721. OLE color: 2888721.

HSL color Cylindrical-coordinate representation of color #11142C: hue angle of 233.33º 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 #11142C is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB172044-
CMYK0.610.5500.83
HSL233.33º44.26%11.96%-
HSV(B)233.33º61.36%17.25%-
XYZ0.940.82.49-
YUV21.84140.51124.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 44 (17.58% from 255) = 54.32%
R=20.99%
G=24.69%
B=54.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1720440.610.5500.83233.3344.2611.96
Hex11142C3D37053e92cc
Octal212454756701233515414
Binary100011010010110011110111011101010011111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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