#111125

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

Shades of Black Russian #111125

Tints of Black Russian #111125

Color information

#111125 (or 0x111125) is unknown color: approx Black Russian. HEX triplet: 11, 11 and 25. RGB value is (17,17,37). Sum of RGB (Red+Green+Blue) = 17+17+37=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #111125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111125 is #EEEEDA. Grayscale: #131313. Windows color (decimal): -15658715 or 2429201. OLE color: 2429201.

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

Color convert

RGB171737-
CMYK0.540.5400.85
HSL240º37.04%10.59%-
HSV(B)240º54.05%14.51%-
XYZ0.770.651.84-
YUV19.28138126.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.94%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=23.94%
G=23.94%
B=52.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1717370.540.5400.8524037.0410.59
Hex1111253636055f025b
Octal212145666601253604513
Binary100011000110010111011011011001010101111100001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111125; }

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

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

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

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

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

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

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

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