#14122C

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

Shades of Black Russian #14122C

Tints of Black Russian #14122C

Color information

#14122C (or 0x14122C) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 2C. RGB value is (20,18,44). Sum of RGB (Red+Green+Blue) = 20+18+44=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #14122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14122C is #EBEDD3. Grayscale: #151515. Windows color (decimal): -15461844 or 2888212. OLE color: 2888212.

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

Color convert

RGB201844-
CMYK0.550.5900.83
HSL244.62º41.94%12.16%-
HSV(B)244.62º59.09%17.25%-
XYZ0.960.762.48-
YUV21.56140.66126.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 44 (17.58% from 255) = 53.66%
R=24.39%
G=21.95%
B=53.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2018440.550.5900.83244.6241.9412.16
Hex14122C373B053f52ac
Octal242254677301233655214
Binary101001001010110011011111101101010011111101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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