#111025

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

Shades of Black Russian #111025

Tints of Black Russian #111025

Color information

#111025 (or 0x111025) is unknown color: approx Black Russian. HEX triplet: 11, 10 and 25. RGB value is (17,16,37). Sum of RGB (Red+Green+Blue) = 17+16+37=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #111025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111025 is #EEEFDA. Grayscale: #121212. Windows color (decimal): -15658971 or 2428945. OLE color: 2428945.

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

Color convert

RGB171637-
CMYK0.540.5700.85
HSL242.86º39.62%10.39%-
HSV(B)242.86º56.76%14.51%-
XYZ0.750.621.83-
YUV18.69138.33126.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 37 (14.84% from 255) = 52.86%
R=24.29%
G=22.86%
B=52.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1716370.540.5700.85242.8639.6210.39
Hex1110253639055f328a
Octal212045667101253635012
Binary100011000010010111011011100101010101111100111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111025; }

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

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

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

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

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

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

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

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