#110F32

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

Shades of Black Russian #110F32

Tints of Black Russian #110F32

Color information

#110F32 (or 0x110F32) is unknown color: approx Black Russian. HEX triplet: 11, 0F and 32. RGB value is (17,15,50). Sum of RGB (Red+Green+Blue) = 17+15+50=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #110F32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F32 is #EEF0CD. Grayscale: #131313. Windows color (decimal): -15659214 or 3280657. OLE color: 3280657.

HSL color Cylindrical-coordinate representation of color #110F32: hue angle of 243.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #110F32 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB171550-
CMYK0.660.7000.80
HSL243.43º53.85%12.75%-
HSV(B)243.43º70%19.61%-
XYZ0.980.693.1-
YUV19.59145.16126.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 15 (6.25% from 255) = 18.29%
BLUE value IS 50 (19.92% from 255) = 60.98%
R=20.73%
G=18.29%
B=60.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1715500.660.7000.80243.4353.8512.75
Hex11F324246050f336d
Octal21176210210601203636615
Binary1000111111100101000010100011001010000111100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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