#14132D

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

Shades of Black Russian #14132D

Tints of Black Russian #14132D

Color information

#14132D (or 0x14132D) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 2D. RGB value is (20,19,45). Sum of RGB (Red+Green+Blue) = 20+19+45=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #14132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14132D is #EBECD2. Grayscale: #161616. Windows color (decimal): -15461587 or 2954004. OLE color: 2954004.

HSL color Cylindrical-coordinate representation of color #14132D: hue angle of 242.31º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14132D is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB201945-
CMYK0.560.5800.82
HSL242.31º40.62%12.55%-
HSV(B)242.31º57.78%17.65%-
XYZ10.82.59-
YUV22.26140.83126.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 45 (17.97% from 255) = 53.57%
R=23.81%
G=22.62%
B=53.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2019450.560.5800.82242.3140.6212.55
Hex14132D383A052f229d
Octal242355707201223625115
Binary101001001110110111100011101001010010111100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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