#111035

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

Shades of Black Russian #111035

Tints of Black Russian #111035

Color information

#111035 (or 0x111035) is unknown color: approx Black Russian. HEX triplet: 11, 10 and 35. RGB value is (17,16,53). Sum of RGB (Red+Green+Blue) = 17+16+53=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 53 (21.09% from 255 or 61.63% from 86); Max value from RGB is 53 - color contains mainly: blue. Hex color #111035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111035 is #EEEFCA. Grayscale: #141414. Windows color (decimal): -15658955 or 3477521. OLE color: 3477521.

HSL color Cylindrical-coordinate representation of color #111035: hue angle of 241.62º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #111035 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB171653-
CMYK0.680.7000.79
HSL241.62º53.62%13.53%-
HSV(B)241.62º69.81%20.78%-
XYZ1.060.753.46-
YUV20.52146.33125.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 53 (21.09% from 255) = 61.63%
R=19.77%
G=18.60%
B=61.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1716530.680.7000.79241.6253.6213.53
Hex111035444604Ff236e
Octal21206510410601173626616
Binary10001100001101011000100100011001001111111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111035; }

 p { color: rgb(17,16,53); }

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

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

 a { background-color: rgb(17,16,53); }

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

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

 span { border-color: rgb(17,16,53); }

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