#141429

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

Shades of Black Russian #141429

Tints of Black Russian #141429

Color information

#141429 (or 0x141429) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 29. RGB value is (20,20,41). Sum of RGB (Red+Green+Blue) = 20+20+41=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 41 (16.41% from 255 or 50.62% from 81); Max value from RGB is 41 - color contains mainly: blue. Hex color #141429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141429 is #EBEBD6. Grayscale: #161616. Windows color (decimal): -15461335 or 2692116. OLE color: 2692116.

HSL color Cylindrical-coordinate representation of color #141429: hue angle of 240º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #141429 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB202041-
CMYK0.510.5100.84
HSL240º34.43%11.96%-
HSV(B)240º51.22%16.08%-
XYZ0.940.812.2-
YUV22.39138.5126.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 41 (16.41% from 255) = 50.62%
R=24.69%
G=24.69%
B=50.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2020410.510.5100.8424034.4311.96
Hex1414293333054f022c
Octal242451636301243604214
Binary101001010010100111001111001101010100111100001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141429; }

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

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

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

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

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

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

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

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