#141928

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

Shades of Black Russian #141928

Tints of Black Russian #141928

Color information

#141928 (or 0x141928) is unknown color: approx Black Russian. HEX triplet: 14, 19 and 28. RGB value is (20,25,40). Sum of RGB (Red+Green+Blue) = 20+25+40=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #141928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141928 is #EBE6D7. Grayscale: #191919. Windows color (decimal): -15460056 or 2627860. OLE color: 2627860.

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

Color convert

RGB202540-
CMYK0.50.3800.84
HSL225º33.33%11.76%-
HSV(B)225º50%15.69%-
XYZ1.0212.15-
YUV25.21136.34124.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 40 (16.02% from 255) = 47.06%
R=23.53%
G=29.41%
B=47.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2025400.50.3800.8422533.3311.76
Hex1419283226054e121c
Octal243150624601243414114
Binary101001100110100011001010011001010100111000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141928; }

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

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

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

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

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

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

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

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