#141831

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

Shades of Black Russian #141831

Tints of Black Russian #141831

Color information

#141831 (or 0x141831) is unknown color: approx Black Russian. HEX triplet: 14, 18 and 31. RGB value is (20,24,49). Sum of RGB (Red+Green+Blue) = 20+24+49=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #141831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141831 is #EBE7CE. Grayscale: #191919. Windows color (decimal): -15460303 or 3217428. OLE color: 3217428.

HSL color Cylindrical-coordinate representation of color #141831: hue angle of 231.72º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #141831 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB202449-
CMYK0.590.5100.81
HSL231.72º42.03%13.53%-
HSV(B)231.72º59.18%19.22%-
XYZ1.171.023.04-
YUV25.65141.17123.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 49 (19.53% from 255) = 52.69%
R=21.51%
G=25.81%
B=52.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2024490.590.5100.81231.7242.0313.53
Hex1418313B33051e82ae
Octal243061736301213505216
Binary101001100011000111101111001101010001111010001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141831; }

 p { color: rgb(20,24,49); }

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

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

 a { background-color: rgb(20,24,49); }

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

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

 span { border-color: rgb(20,24,49); }

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