#111030

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

Shades of Black Russian #111030

Tints of Black Russian #111030

Color information

#111030 (or 0x111030) is unknown color: approx Black Russian. HEX triplet: 11, 10 and 30. RGB value is (17,16,48). Sum of RGB (Red+Green+Blue) = 17+16+48=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #111030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111030 is #EEEFCF. Grayscale: #131313. Windows color (decimal): -15658960 or 3149841. OLE color: 3149841.

HSL color Cylindrical-coordinate representation of color #111030: hue angle of 241.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111030 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB171648-
CMYK0.650.6700.81
HSL241.88º50%12.55%-
HSV(B)241.88º66.67%18.82%-
XYZ0.950.72.88-
YUV19.95143.83125.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=20.99%
G=19.75%
B=59.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1716480.650.6700.81241.885012.55
Hex1110304143051f232d
Octal21206010110301213626215
Binary10001100001100001000001100001101010001111100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111030; }

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

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

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

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

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

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

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

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