#11132D

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

Shades of Black Russian #11132D

Tints of Black Russian #11132D

Color information

#11132D (or 0x11132D) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 2D. RGB value is (17,19,45). Sum of RGB (Red+Green+Blue) = 17+19+45=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #11132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11132D is #EEECD2. Grayscale: #151515. Windows color (decimal): -15658195 or 2954001. OLE color: 2954001.

HSL color Cylindrical-coordinate representation of color #11132D: hue angle of 235.71º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11132D is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB171945-
CMYK0.620.5800.82
HSL235.71º45.16%12.16%-
HSV(B)235.71º62.22%17.65%-
XYZ0.940.772.58-
YUV21.37141.34124.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 45 (17.97% from 255) = 55.56%
R=20.99%
G=23.46%
B=55.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1719450.620.5800.82235.7145.1612.16
Hex11132D3E3A052ec2dc
Octal212355767201223545514
Binary100011001110110111111011101001010010111011001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11132D; }

 p { color: rgb(17,19,45); }

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

<style>
 a { background-color: #11132D; }

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

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

<style>
 span { border-color: #11132D; }

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

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