#14131A

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

Shades of Black Russian #14131A

Tints of Black Russian #14131A

Color information

#14131A (or 0x14131A) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 1A. RGB value is (20,19,26). Sum of RGB (Red+Green+Blue) = 20+19+26=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #14131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14131A is #EBECE5. Grayscale: #141414. Windows color (decimal): -15461606 or 1708820. OLE color: 1708820.

HSL color Cylindrical-coordinate representation of color #14131A: hue angle of 248.57º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #14131A is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB201926-
CMYK0.230.2700.90
HSL248.57º15.56%8.82%-
HSV(B)248.57º26.92%10.2%-
XYZ0.710.691.07-
YUV20.1131.33127.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 26 (10.55% from 255) = 40%
R=30.77%
G=29.23%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2019260.230.2700.90248.5715.568.82
Hex14131A171B05Af9109
Octal242332273301323712011
Binary10100100111101010111110110101101011111001100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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