#110D32

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

Shades of Black Russian #110D32

Tints of Black Russian #110D32

Color information

#110D32 (or 0x110D32) is unknown color: approx Black Russian. HEX triplet: 11, 0D and 32. RGB value is (17,13,50). Sum of RGB (Red+Green+Blue) = 17+13+50=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #110D32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D32 is #EEF2CD. Grayscale: #121212. Windows color (decimal): -15659726 or 3280145. OLE color: 3280145.

HSL color Cylindrical-coordinate representation of color #110D32: hue angle of 246.49º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #110D32 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB171350-
CMYK0.660.7400.80
HSL246.49º58.73%12.35%-
HSV(B)246.49º74%19.61%-
XYZ0.950.643.09-
YUV18.41145.83126.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 13 (5.47% from 255) = 16.25%
BLUE value IS 50 (19.92% from 255) = 62.5%
R=21.25%
G=16.25%
B=62.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1713500.660.7400.80246.4958.7312.35
Hex11D32424A050f63bc
Octal21156210211201203667314
Binary1000111011100101000010100101001010000111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110D32; }

 p { color: rgb(17,13,50); }

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

<style>
 a { background-color: #110D32; }

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

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

<style>
 span { border-color: #110D32; }

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

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