#14182C

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

Shades of Black Russian #14182C

Tints of Black Russian #14182C

Color information

#14182C (or 0x14182C) is unknown color: approx Black Russian. HEX triplet: 14, 18 and 2C. RGB value is (20,24,44). Sum of RGB (Red+Green+Blue) = 20+24+44=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #14182C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14182C is #EBE7D3. Grayscale: #191919. Windows color (decimal): -15460308 or 2889748. OLE color: 2889748.

HSL color Cylindrical-coordinate representation of color #14182C: hue angle of 230º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14182C is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB202444-
CMYK0.550.4500.83
HSL230º37.5%12.55%-
HSV(B)230º54.55%17.25%-
XYZ1.070.982.52-
YUV25.08138.67124.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 44 (17.58% from 255) = 50%
R=22.73%
G=27.27%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2024440.550.4500.8323037.512.55
Hex14182C372D053e625d
Octal243054675501233464515
Binary101001100010110011011110110101010011111001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,24,44); }

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

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

 a { background-color: rgb(20,24,44); }

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

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

 span { border-color: rgb(20,24,44); }

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