#141828

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

Shades of Black Russian #141828

Tints of Black Russian #141828

Color information

#141828 (or 0x141828) is unknown color: approx Black Russian. HEX triplet: 14, 18 and 28. RGB value is (20,24,40). Sum of RGB (Red+Green+Blue) = 20+24+40=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #141828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141828 is #EBE7D7. Grayscale: #181818. Windows color (decimal): -15460312 or 2627604. OLE color: 2627604.

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

Color convert

RGB202440-
CMYK0.50.4000.84
HSL228º33.33%11.76%-
HSV(B)228º50%15.69%-
XYZ10.962.14-
YUV24.63136.67124.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=23.81%
G=28.57%
B=47.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2024400.50.4000.8422833.3311.76
Hex1418283228054e421c
Octal243050625001243444114
Binary101001100010100011001010100001010100111001001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141828; }

 p { color: rgb(20,24,40); }

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

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

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

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

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

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

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