#141526

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

Shades of Black Russian #141526

Tints of Black Russian #141526

Color information

#141526 (or 0x141526) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 26. RGB value is (20,21,38). Sum of RGB (Red+Green+Blue) = 20+21+38=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #141526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141526 is #EBEAD9. Grayscale: #161616. Windows color (decimal): -15461082 or 2495764. OLE color: 2495764.

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

Color convert

RGB202138-
CMYK0.470.4500.85
HSL236.67º31.03%11.37%-
HSV(B)236.67º47.37%14.9%-
XYZ0.910.821.95-
YUV22.64136.67126.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 38 (15.23% from 255) = 48.10%
R=25.32%
G=26.58%
B=48.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2021380.470.4500.85236.6731.0311.37
Hex1415262F2D055ed1fb
Octal242546575501253553713
Binary10100101011001101011111011010101010111101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141526; }

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

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

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

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

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

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

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

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