#141629

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

Shades of Black Russian #141629

Tints of Black Russian #141629

Color information

#141629 (or 0x141629) is unknown color: approx Black Russian. HEX triplet: 14, 16 and 29. RGB value is (20,22,41). Sum of RGB (Red+Green+Blue) = 20+22+41=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #141629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141629 is #EBE9D6. Grayscale: #171717. Windows color (decimal): -15460823 or 2692628. OLE color: 2692628.

HSL color Cylindrical-coordinate representation of color #141629: hue angle of 234.29º 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 #141629 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB202241-
CMYK0.510.4600.84
HSL234.29º34.43%11.96%-
HSV(B)234.29º51.22%16.08%-
XYZ0.980.882.22-
YUV23.57137.84125.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 41 (16.41% from 255) = 49.40%
R=24.10%
G=26.51%
B=49.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2022410.510.4600.84234.2934.4311.96
Hex141629332E054ea22c
Octal242651635601243524214
Binary101001011010100111001110111001010100111010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141629; }

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

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

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

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

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

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

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

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