#11101F

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

Shades of Black Russian #11101F

Tints of Black Russian #11101F

Color information

#11101F (or 0x11101F) is unknown color: approx Black Russian. HEX triplet: 11, 10 and 1F. RGB value is (17,16,31). Sum of RGB (Red+Green+Blue) = 17+16+31=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #11101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11101F is #EEEFE0. Grayscale: #111111. Windows color (decimal): -15658977 or 2035729. OLE color: 2035729.

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

Color convert

RGB171631-
CMYK0.450.4800.88
HSL244º31.91%9.22%-
HSV(B)244º48.39%12.16%-
XYZ0.660.591.37-
YUV18.01135.33127.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.56%
GREEN value IS 16 (6.64% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=26.56%
G=25%
B=48.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1716310.450.4800.8824431.919.22
Hex11101F2D30058f4209
Octal212037556001303644011
Binary10001100001111110110111000001011000111101001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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