#111525

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

Shades of Black Russian #111525

Tints of Black Russian #111525

Color information

#111525 (or 0x111525) is unknown color: approx Black Russian. HEX triplet: 11, 15 and 25. RGB value is (17,21,37). Sum of RGB (Red+Green+Blue) = 17+21+37=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #111525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111525 is #EEEADA. Grayscale: #151515. Windows color (decimal): -15657691 or 2430225. OLE color: 2430225.

HSL color Cylindrical-coordinate representation of color #111525: hue angle of 228º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #111525 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB172137-
CMYK0.540.4300.85
HSL228º37.04%10.59%-
HSV(B)228º54.05%14.51%-
XYZ0.830.791.86-
YUV21.63136.67124.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=22.67%
G=28%
B=49.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1721370.540.4300.8522837.0410.59
Hex111525362B055e425b
Octal212545665301253444513
Binary100011010110010111011010101101010101111001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111525; }

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

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

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

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

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

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

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

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