#111330

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

Shades of Black Russian #111330

Tints of Black Russian #111330

Color information

#111330 (or 0x111330) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 30. RGB value is (17,19,48). Sum of RGB (Red+Green+Blue) = 17+19+48=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #111330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111330 is #EEECCF. Grayscale: #151515. Windows color (decimal): -15658192 or 3150609. OLE color: 3150609.

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

Color convert

RGB171948-
CMYK0.650.6000.81
HSL236.13º47.69%12.75%-
HSV(B)236.13º64.58%18.82%-
XYZ10.82.9-
YUV21.71142.84124.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 48 (19.14% from 255) = 57.14%
R=20.24%
G=22.62%
B=57.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1719480.650.6000.81236.1347.6912.75
Hex111330413C051ec30d
Octal2123601017401213546015
Binary1000110011110000100000111110001010001111011001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111330; }

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

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

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

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

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

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

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

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