#111825

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

Shades of Black Russian #111825

Tints of Black Russian #111825

Color information

#111825 (or 0x111825) is unknown color: approx Black Russian. HEX triplet: 11, 18 and 25. RGB value is (17,24,37). Sum of RGB (Red+Green+Blue) = 17+24+37=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #111825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111825 is #EEE7DA. Grayscale: #171717. Windows color (decimal): -15656923 or 2430993. OLE color: 2430993.

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

Color convert

RGB172437-
CMYK0.540.3500.85
HSL219º37.04%10.59%-
HSV(B)219º54.05%14.51%-
XYZ0.890.911.88-
YUV23.39135.68123.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.79%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=21.79%
G=30.77%
B=47.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1724370.540.3500.8521937.0410.59
Hex1118253623055db25b
Octal213045664301253334513
Binary100011100010010111011010001101010101110110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111825; }

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

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

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

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

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

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

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

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