#11121F

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

Shades of Black Russian #11121F

Tints of Black Russian #11121F

Color information

#11121F (or 0x11121F) is unknown color: approx Black Russian. HEX triplet: 11, 12 and 1F. RGB value is (17,18,31). Sum of RGB (Red+Green+Blue) = 17+18+31=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #11121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11121F is #EEEDE0. Grayscale: #131313. Windows color (decimal): -15658465 or 2036241. OLE color: 2036241.

HSL color Cylindrical-coordinate representation of color #11121F: hue angle of 235.71º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #11121F is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB171831-
CMYK0.450.4200.88
HSL235.71º29.17%9.41%-
HSV(B)235.71º45.16%12.16%-
XYZ0.690.651.39-
YUV19.18134.67126.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 31 (12.5% from 255) = 46.97%
R=25.76%
G=27.27%
B=46.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1718310.450.4200.88235.7129.179.41
Hex11121F2D2A058ec1d9
Octal212237555201303543511
Binary1000110010111111011011010100101100011101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11121F; }

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

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

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

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

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

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

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

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