#11142E

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

Shades of Black Russian #11142E

Tints of Black Russian #11142E

Color information

#11142E (or 0x11142E) is unknown color: approx Black Russian. HEX triplet: 11, 14 and 2E. RGB value is (17,20,46). Sum of RGB (Red+Green+Blue) = 17+20+46=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #11142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11142E is #EEEBD1. Grayscale: #151515. Windows color (decimal): -15657938 or 3019793. OLE color: 3019793.

HSL color Cylindrical-coordinate representation of color #11142E: hue angle of 233.79º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #11142E is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB172046-
CMYK0.630.5700.82
HSL233.79º46.03%12.35%-
HSV(B)233.79º63.04%18.04%-
XYZ0.970.822.69-
YUV22.07141.51124.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 46 (18.36% from 255) = 55.42%
R=20.48%
G=24.10%
B=55.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1720460.630.5700.82233.7946.0312.35
Hex11142E3F39052ea2ec
Octal212456777101223525614
Binary100011010010111011111111100101010010111010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11142E; }

 p { color: rgb(17,20,46); }

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

<style>
 a { background-color: #11142E; }

 a { background-color: rgb(17,20,46); }

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

<style>
 span { border-color: #11142E; }

 span { border-color: rgb(17,20,46); }

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