#141923

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

Shades of Black Russian #141923

Tints of Black Russian #141923

Color information

#141923 (or 0x141923) is unknown color: approx Black Russian. HEX triplet: 14, 19 and 23. RGB value is (20,25,35). Sum of RGB (Red+Green+Blue) = 20+25+35=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 35 - color contains mainly: blue. Hex color #141923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141923 is #EBE6DC. Grayscale: #181818. Windows color (decimal): -15460061 or 2300180. OLE color: 2300180.

HSL color Cylindrical-coordinate representation of color #141923: hue angle of 220º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #141923 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB202535-
CMYK0.430.2900.86
HSL220º27.27%10.78%-
HSV(B)220º42.86%13.73%-
XYZ0.940.971.73-
YUV24.64133.84124.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 35 (14.06% from 255) = 43.75%
R=25%
G=31.25%
B=43.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2025350.430.2900.8622027.2710.78
Hex1419232B1D056dc1bb
Octal243143533501263343313
Binary1010011001100011101011111010101011011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141923; }

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

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

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

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

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

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

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

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