#141631

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

Shades of Black Russian #141631

Tints of Black Russian #141631

Color information

#141631 (or 0x141631) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 31. RGB value is (20,22,49). Sum of RGB (Red+Green+Blue) = 20+22+49=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #141631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141631 is #EBE9CE. Grayscale: #181818. Windows color (decimal): -15460815 or 3216916. OLE color: 3216916.

HSL color Cylindrical-coordinate representation of color #141631: hue angle of 235.86º 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 #141631 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB202249-
CMYK0.590.5500.81
HSL235.86º42.03%13.53%-
HSV(B)235.86º59.18%19.22%-
XYZ1.130.943.03-
YUV24.48141.84124.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 22 (8.98% from 255) = 24.18%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=21.98%
G=24.18%
B=53.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2022490.590.5500.81235.8642.0313.53
Hex1416313B37051ec2ae
Octal242661736701213545216
Binary101001011011000111101111011101010001111011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141631; }

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

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

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

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

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

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

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

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