#111530

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

Shades of Black Russian #111530

Tints of Black Russian #111530

Color information

#111530 (or 0x111530) is unknown color: approx Black Russian. HEX triplet: 11, 15 and 30. RGB value is (17,21,48). Sum of RGB (Red+Green+Blue) = 17+21+48=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #111530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111530 is #EEEACF. Grayscale: #161616. Windows color (decimal): -15657680 or 3151121. OLE color: 3151121.

HSL color Cylindrical-coordinate representation of color #111530: hue angle of 232.26º 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 #111530 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB172148-
CMYK0.650.5600.81
HSL232.26º47.69%12.75%-
HSV(B)232.26º64.58%18.82%-
XYZ1.030.872.91-
YUV22.88142.17123.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 48 (19.14% from 255) = 55.81%
R=19.77%
G=24.42%
B=55.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1721480.650.5600.81232.2647.6912.75
Hex1115304138051e830d
Octal2125601017001213506015
Binary1000110101110000100000111100001010001111010001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111530; }

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

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

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

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

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

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

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

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