#111225

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

Shades of Black Russian #111225

Tints of Black Russian #111225

Color information

#111225 (or 0x111225) is unknown color: approx Black Russian. HEX triplet: 11, 12 and 25. RGB value is (17,18,37). Sum of RGB (Red+Green+Blue) = 17+18+37=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #111225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111225 is #EEEDDA. Grayscale: #131313. Windows color (decimal): -15658459 or 2429457. OLE color: 2429457.

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

Color convert

RGB171837-
CMYK0.540.5100.85
HSL237º37.04%10.59%-
HSV(B)237º54.05%14.51%-
XYZ0.780.691.84-
YUV19.87137.67125.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 37 (14.84% from 255) = 51.39%
R=23.61%
G=25%
B=51.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1718370.540.5100.8523737.0410.59
Hex1112253633055ed25b
Octal212245666301253554513
Binary100011001010010111011011001101010101111011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111225; }

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

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

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

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

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

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

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

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