#11131A

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

Shades of Black Russian #11131A

Tints of Black Russian #11131A

Color information

#11131A (or 0x11131A) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 1A. RGB value is (17,19,26). Sum of RGB (Red+Green+Blue) = 17+19+26=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: blue. Hex color #11131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11131A is #EEECE5. Grayscale: #131313. Windows color (decimal): -15658214 or 1708817. OLE color: 1708817.

HSL color Cylindrical-coordinate representation of color #11131A: hue angle of 226.67º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #11131A is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB171926-
CMYK0.350.2700.90
HSL226.67º20.93%8.43%-
HSV(B)226.67º34.62%10.2%-
XYZ0.650.661.07-
YUV19.2131.84126.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=27.42%
G=30.65%
B=41.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1719260.350.2700.90226.6720.938.43
Hex11131A231B05Ae3158
Octal212332433301323432510
Binary100011001111010100011110110101101011100011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11131A; }

 p { color: rgb(17,19,26); }

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

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

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

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

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

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

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