#111429

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

Shades of Black Russian #111429

Tints of Black Russian #111429

Color information

#111429 (or 0x111429) is unknown color: approx Black Russian. HEX triplet: 11, 14 and 29. RGB value is (17,20,41). Sum of RGB (Red+Green+Blue) = 17+20+41=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #111429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111429 is #EEEBD6. Grayscale: #151515. Windows color (decimal): -15657943 or 2692113. OLE color: 2692113.

HSL color Cylindrical-coordinate representation of color #111429: hue angle of 232.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #111429 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB172041-
CMYK0.590.5100.84
HSL232.5º41.38%11.37%-
HSV(B)232.5º58.54%16.08%-
XYZ0.880.782.2-
YUV21.5139.01124.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.79%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 41 (16.41% from 255) = 52.56%
R=21.79%
G=25.64%
B=52.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1720410.590.5100.84232.541.3811.37
Hex1114293B33054e829b
Octal212451736301243505113
Binary100011010010100111101111001101010100111010001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111429; }

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

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

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

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

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

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

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

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