#14122B

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

Shades of Black Russian #14122B

Tints of Black Russian #14122B

Color information

#14122B (or 0x14122B) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 2B. RGB value is (20,18,43). Sum of RGB (Red+Green+Blue) = 20+18+43=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #14122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14122B is #EBEDD4. Grayscale: #151515. Windows color (decimal): -15461845 or 2822676. OLE color: 2822676.

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

Color convert

RGB201843-
CMYK0.530.5800.83
HSL244.8º40.98%11.96%-
HSV(B)244.8º58.14%16.86%-
XYZ0.940.762.38-
YUV21.45140.16126.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 43 (17.19% from 255) = 53.09%
R=24.69%
G=22.22%
B=53.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2018430.530.5800.83244.840.9811.96
Hex14122B353A053f529c
Octal242253657201233655114
Binary101001001010101111010111101001010011111101011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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