#14131E

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

Shades of Black Russian #14131E

Tints of Black Russian #14131E

Color information

#14131E (or 0x14131E) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 1E. RGB value is (20,19,30). Sum of RGB (Red+Green+Blue) = 20+19+30=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 30 - color contains mainly: blue. Hex color #14131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14131E is #EBECE1. Grayscale: #141414. Windows color (decimal): -15461602 or 1970964. OLE color: 1970964.

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

Color convert

RGB201930-
CMYK0.330.3700.88
HSL245.45º22.45%9.61%-
HSV(B)245.45º36.67%11.76%-
XYZ0.760.711.33-
YUV20.55133.33127.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=28.99%
G=27.54%
B=43.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2019300.330.3700.88245.4522.459.61
Hex14131E2125058f516a
Octal242336414501303652612
Binary1010010011111101000011001010101100011110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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