#14182F

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

Shades of Black Russian #14182F

Tints of Black Russian #14182F

Color information

#14182F (or 0x14182F) is unknown color: approx Black Russian. HEX triplet: 14, 18 and 2F. RGB value is (20,24,47). Sum of RGB (Red+Green+Blue) = 20+24+47=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #14182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14182F is #EBE7D0. Grayscale: #191919. Windows color (decimal): -15460305 or 3086356. OLE color: 3086356.

HSL color Cylindrical-coordinate representation of color #14182F: hue angle of 231.11º degrees, saturation: 0.4, 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 #14182F is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB202447-
CMYK0.570.4900.82
HSL231.11º40.3%13.14%-
HSV(B)231.11º57.45%18.43%-
XYZ1.131.012.82-
YUV25.43140.17124.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 47 (18.75% from 255) = 51.65%
R=21.98%
G=26.37%
B=51.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2024470.570.4900.82231.1140.313.14
Hex14182F3931052e728d
Octal243057716101223475015
Binary101001100010111111100111000101010010111001111010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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