#141331

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

Shades of Black Russian #141331

Tints of Black Russian #141331

Color information

#141331 (or 0x141331) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 31. RGB value is (20,19,49). Sum of RGB (Red+Green+Blue) = 20+19+49=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #141331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141331 is #EBECCE. Grayscale: #161616. Windows color (decimal): -15461583 or 3216148. OLE color: 3216148.

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

Color convert

RGB201949-
CMYK0.590.6100.81
HSL242º44.12%13.33%-
HSV(B)242º61.22%19.22%-
XYZ1.080.843.01-
YUV22.72142.83126.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=22.73%
G=21.59%
B=55.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2019490.590.6100.8124244.1213.33
Hex1413313B3D051f22cd
Octal242361737501213625415
Binary101001001111000111101111110101010001111100101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141331; }

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

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

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

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

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

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

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

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