#11182C

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

Shades of Black Russian #11182C

Tints of Black Russian #11182C

Color information

#11182C (or 0x11182C) is unknown color: approx Black Russian. HEX triplet: 11, 18 and 2C. RGB value is (17,24,44). Sum of RGB (Red+Green+Blue) = 17+24+44=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #11182C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11182C is #EEE7D3. Grayscale: #181818. Windows color (decimal): -15656916 or 2889745. OLE color: 2889745.

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

Color convert

RGB172444-
CMYK0.610.4500.83
HSL224.44º44.26%11.96%-
HSV(B)224.44º61.36%17.25%-
XYZ1.010.952.51-
YUV24.19139.18122.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 44 (17.58% from 255) = 51.76%
R=20%
G=28.24%
B=51.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1724440.610.4500.83224.4444.2611.96
Hex11182C3D2D053e02cc
Octal213054755501233405414
Binary100011100010110011110110110101010011111000001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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