#14161A

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

Shades of Black Russian #14161A

Tints of Black Russian #14161A

Color information

#14161A (or 0x14161A) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 1A. RGB value is (20,22,26). Sum of RGB (Red+Green+Blue) = 20+22+26=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 26 - color contains mainly: blue. Hex color #14161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14161A is #EBE9E5. Grayscale: #151515. Windows color (decimal): -15460838 or 1709588. OLE color: 1709588.

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

Color convert

RGB202226-
CMYK0.230.1500.90
HSL220º13.04%9.02%-
HSV(B)220º23.08%10.2%-
XYZ0.760.81.09-
YUV21.86130.34126.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 22 (8.98% from 255) = 32.35%
BLUE value IS 26 (10.55% from 255) = 38.24%
R=29.41%
G=32.35%
B=38.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2022260.230.1500.9022013.049.02
Hex14161A17F05Adcd9
Octal242632271701323341511
Binary101001011011010101111111010110101101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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