#11132C

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

Shades of Black Russian #11132C

Tints of Black Russian #11132C

Color information

#11132C (or 0x11132C) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 2C. RGB value is (17,19,44). Sum of RGB (Red+Green+Blue) = 17+19+44=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #11132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11132C is #EEECD3. Grayscale: #151515. Windows color (decimal): -15658196 or 2888465. OLE color: 2888465.

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

Color convert

RGB171944-
CMYK0.610.5700.83
HSL235.56º44.26%11.96%-
HSV(B)235.56º61.36%17.25%-
XYZ0.920.772.48-
YUV21.25140.84124.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 44 (17.58% from 255) = 55%
R=21.25%
G=23.75%
B=55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1719440.610.5700.83235.5644.2611.96
Hex11132C3D39053ec2cc
Octal212354757101233545414
Binary100011001110110011110111100101010011111011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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