#141731

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

Shades of Black Russian #141731

Tints of Black Russian #141731

Color information

#141731 (or 0x141731) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 31. RGB value is (20,23,49). Sum of RGB (Red+Green+Blue) = 20+23+49=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #141731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141731 is #EBE8CE. Grayscale: #181818. Windows color (decimal): -15460559 or 3217172. OLE color: 3217172.

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

Color convert

RGB202349-
CMYK0.590.5300.81
HSL233.79º42.03%13.53%-
HSV(B)233.79º59.18%19.22%-
XYZ1.150.983.03-
YUV25.07141.51124.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 23 (9.38% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 53.26%
R=21.74%
G=25%
B=53.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2023490.590.5300.81233.7942.0313.53
Hex1417313B35051ea2ae
Octal242761736501213525216
Binary101001011111000111101111010101010001111010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141731; }

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

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

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

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

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

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

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

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