#11131D

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

Shades of Black Russian #11131D

Tints of Black Russian #11131D

Color information

#11131D (or 0x11131D) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 1D. RGB value is (17,19,29). Sum of RGB (Red+Green+Blue) = 17+19+29=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: blue. Hex color #11131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11131D is #EEECE2. Grayscale: #131313. Windows color (decimal): -15658211 or 1905425. OLE color: 1905425.

HSL color Cylindrical-coordinate representation of color #11131D: hue angle of 230º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #11131D is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB171929-
CMYK0.410.3400.89
HSL230º26.09%9.02%-
HSV(B)230º41.38%11.37%-
XYZ0.690.671.26-
YUV19.54133.34126.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 29 (11.72% from 255) = 44.62%
R=26.15%
G=29.23%
B=44.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1719290.410.3400.8923026.099.02
Hex11131D2922059e61a9
Octal212335514201313463211
Binary1000110011111011010011000100101100111100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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