#14132F

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

Shades of Black Russian #14132F

Tints of Black Russian #14132F

Color information

#14132F (or 0x14132F) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 2F. RGB value is (20,19,47). Sum of RGB (Red+Green+Blue) = 20+19+47=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #14132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14132F is #EBECD0. Grayscale: #161616. Windows color (decimal): -15461585 or 3085076. OLE color: 3085076.

HSL color Cylindrical-coordinate representation of color #14132F: hue angle of 242.14º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14132F is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB201947-
CMYK0.570.6000.82
HSL242.14º42.42%12.94%-
HSV(B)242.14º59.57%18.43%-
XYZ1.030.822.79-
YUV22.49141.83126.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 47 (18.75% from 255) = 54.65%
R=23.26%
G=22.09%
B=54.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2019470.570.6000.82242.1442.4212.94
Hex14132F393C052f22ad
Octal242357717401223625215
Binary101001001110111111100111110001010010111100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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