#14131C

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

Shades of Black Russian #14131C

Tints of Black Russian #14131C

Color information

#14131C (or 0x14131C) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 1C. RGB value is (20,19,28). Sum of RGB (Red+Green+Blue) = 20+19+28=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #14131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14131C is #EBECE3. Grayscale: #141414. Windows color (decimal): -15461604 or 1839892. OLE color: 1839892.

HSL color Cylindrical-coordinate representation of color #14131C: hue angle of 246.67º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #14131C is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB201928-
CMYK0.290.3200.89
HSL246.67º19.15%9.22%-
HSV(B)246.67º32.14%10.98%-
XYZ0.730.71.19-
YUV20.32132.33127.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=29.85%
G=28.36%
B=41.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2019280.290.3200.89246.6719.159.22
Hex14131C1D20059f7139
Octal242334354001313672311
Binary101001001111100111011000000101100111110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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