#141326

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

Shades of Black Russian #141326

Tints of Black Russian #141326

Color information

#141326 (or 0x141326) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 26. RGB value is (20,19,38). Sum of RGB (Red+Green+Blue) = 20+19+38=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #141326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141326 is #EBECD9. Grayscale: #151515. Windows color (decimal): -15461594 or 2495252. OLE color: 2495252.

HSL color Cylindrical-coordinate representation of color #141326: hue angle of 243.16º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #141326 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB201938-
CMYK0.470.5000.85
HSL243.16º33.33%11.18%-
HSV(B)243.16º50%14.9%-
XYZ0.870.751.93-
YUV21.46137.33126.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=25.97%
G=24.68%
B=49.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2019380.470.5000.85243.1633.3311.18
Hex1413262F32055f321b
Octal242346576201253634113
Binary101001001110011010111111001001010101111100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141326; }

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

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

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

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

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

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

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

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