#111325

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

Shades of Black Russian #111325

Tints of Black Russian #111325

Color information

#111325 (or 0x111325) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 25. RGB value is (17,19,37). Sum of RGB (Red+Green+Blue) = 17+19+37=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #111325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111325 is #EEECDA. Grayscale: #141414. Windows color (decimal): -15658203 or 2429713. OLE color: 2429713.

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

Color convert

RGB171937-
CMYK0.540.4900.85
HSL234º37.04%10.59%-
HSV(B)234º54.05%14.51%-
XYZ0.80.721.85-
YUV20.45137.34125.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.29%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 37 (14.84% from 255) = 50.68%
R=23.29%
G=26.03%
B=50.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1719370.540.4900.8523437.0410.59
Hex1113253631055ea25b
Octal212345666101253524513
Binary100011001110010111011011000101010101111010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111325; }

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

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

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

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

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

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

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

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