#141426

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

Shades of Black Russian #141426

Tints of Black Russian #141426

Color information

#141426 (or 0x141426) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 26. RGB value is (20,20,38). Sum of RGB (Red+Green+Blue) = 20+20+38=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #141426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141426 is #EBEBD9. Grayscale: #151515. Windows color (decimal): -15461338 or 2495508. OLE color: 2495508.

HSL color Cylindrical-coordinate representation of color #141426: hue angle of 240º 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 #141426 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB202038-
CMYK0.470.4700.85
HSL240º31.03%11.37%-
HSV(B)240º47.37%14.9%-
XYZ0.890.791.94-
YUV22.05137126.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 38 (15.23% from 255) = 48.72%
R=25.64%
G=25.64%
B=48.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2020380.470.4700.8524031.0311.37
Hex1414262F2F055f01fb
Octal242446575701253603713
Binary10100101001001101011111011110101010111110000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141426; }

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

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

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

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

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

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

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

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