#11131C

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

Shades of Black Russian #11131C

Tints of Black Russian #11131C

Color information

#11131C (or 0x11131C) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 1C. RGB value is (17,19,28). Sum of RGB (Red+Green+Blue) = 17+19+28=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #11131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11131C is #EEECE3. Grayscale: #131313. Windows color (decimal): -15658212 or 1839889. OLE color: 1839889.

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

Color convert

RGB171928-
CMYK0.390.3200.89
HSL229.09º24.44%8.82%-
HSV(B)229.09º39.29%10.98%-
XYZ0.670.671.19-
YUV19.43132.84126.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.56%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=26.56%
G=29.69%
B=43.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1719280.390.3200.89229.0924.448.82
Hex11131C2720059e5189
Octal212334474001313453011
Binary1000110011111001001111000000101100111100101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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