#14122E

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

Shades of Black Russian #14122E

Tints of Black Russian #14122E

Color information

#14122E (or 0x14122E) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 2E. RGB value is (20,18,46). Sum of RGB (Red+Green+Blue) = 20+18+46=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #14122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14122E is #EBEDD1. Grayscale: #151515. Windows color (decimal): -15461842 or 3019284. OLE color: 3019284.

HSL color Cylindrical-coordinate representation of color #14122E: hue angle of 244.29º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #14122E is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB201846-
CMYK0.570.6100.82
HSL244.29º43.75%12.55%-
HSV(B)244.29º60.87%18.04%-
XYZ10.782.68-
YUV21.79141.66126.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 46 (18.36% from 255) = 54.76%
R=23.81%
G=21.43%
B=54.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2018460.570.6100.82244.2943.7512.55
Hex14122E393D052f42cd
Octal242256717501223645415
Binary101001001010111011100111110101010010111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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