#141A2E

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

Shades of Black Russian #141A2E

Tints of Black Russian #141A2E

Color information

#141A2E (or 0x141A2E) is unknown color: approx Black Russian. HEX triplet: 14, 1A and 2E. RGB value is (20,26,46). Sum of RGB (Red+Green+Blue) = 20+26+46=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #141A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A2E is #EBE5D1. Grayscale: #1A1A1A. Windows color (decimal): -15459794 or 3021332. OLE color: 3021332.

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

Color convert

RGB202646-
CMYK0.570.4300.82
HSL226.15º39.39%12.94%-
HSV(B)226.15º56.52%18.04%-
XYZ1.151.082.73-
YUV26.49139.01123.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 26 (10.55% from 255) = 28.26%
BLUE value IS 46 (18.36% from 255) = 50%
R=21.74%
G=28.26%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2026460.570.4300.82226.1539.3912.94
Hex141A2E392B052e227d
Octal243256715301223424715
Binary101001101010111011100110101101010010111000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A2E; }

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

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

<style>
 a { background-color: #141A2E; }

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

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

<style>
 span { border-color: #141A2E; }

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

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