#111425

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

Shades of Black Russian #111425

Tints of Black Russian #111425

Color information

#111425 (or 0x111425) is unknown color: approx Black Russian. HEX triplet: 11, 14 and 25. RGB value is (17,20,37). Sum of RGB (Red+Green+Blue) = 17+20+37=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #111425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111425 is #EEEBDA. Grayscale: #141414. Windows color (decimal): -15657947 or 2429969. OLE color: 2429969.

HSL color Cylindrical-coordinate representation of color #111425: hue angle of 231º 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 #111425 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB172037-
CMYK0.540.4600.85
HSL231º37.04%10.59%-
HSV(B)231º54.05%14.51%-
XYZ0.820.751.85-
YUV21.04137.01125.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 37 (14.84% from 255) = 50%
R=22.97%
G=27.03%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1720370.540.4600.8523137.0410.59
Hex111425362E055e725b
Octal212445665601253474513
Binary100011010010010111011010111001010101111001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111425; }

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

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

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

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

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

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

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

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