#14162E

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

Shades of Black Russian #14162E

Tints of Black Russian #14162E

Color information

#14162E (or 0x14162E) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 2E. RGB value is (20,22,46). Sum of RGB (Red+Green+Blue) = 20+22+46=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 46 (18.36% from 255 or 52.27% from 88); Max value from RGB is 46 - color contains mainly: blue. Hex color #14162E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14162E is #EBE9D1. Grayscale: #181818. Windows color (decimal): -15460818 or 3020308. OLE color: 3020308.

HSL color Cylindrical-coordinate representation of color #14162E: hue angle of 235.38º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #14162E is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB202246-
CMYK0.570.5200.82
HSL235.38º39.39%12.94%-
HSV(B)235.38º56.52%18.04%-
XYZ1.070.922.71-
YUV24.14140.34125.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 46 (18.36% from 255) = 52.27%
R=22.73%
G=25%
B=52.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2022460.570.5200.82235.3839.3912.94
Hex14162E3934052eb27d
Octal242656716401223534715
Binary101001011010111011100111010001010010111010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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