#14131F

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

Shades of Black Russian #14131F

Tints of Black Russian #14131F

Color information

#14131F (or 0x14131F) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 1F. RGB value is (20,19,31). Sum of RGB (Red+Green+Blue) = 20+19+31=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 31 - color contains mainly: blue. Hex color #14131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14131F is #EBECE0. Grayscale: #141414. Windows color (decimal): -15461601 or 2036500. OLE color: 2036500.

HSL color Cylindrical-coordinate representation of color #14131F: hue angle of 245º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #14131F is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB201931-
CMYK0.350.3900.88
HSL245º24%9.8%-
HSV(B)245º38.71%12.16%-
XYZ0.770.711.39-
YUV20.67133.83127.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.57%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 31 (12.5% from 255) = 44.29%
R=28.57%
G=27.14%
B=44.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2019310.350.3900.88245249.8
Hex14131F2327058f518a
Octal242337434701303653012
Binary1010010011111111000111001110101100011110101110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14131F; }

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

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

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

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

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

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

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

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