#141728

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

Shades of Black Russian #141728

Tints of Black Russian #141728

Color information

#141728 (or 0x141728) is unknown color: approx Black Russian. HEX triplet: 14, 17 and 28. RGB value is (20,23,40). Sum of RGB (Red+Green+Blue) = 20+23+40=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #141728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141728 is #EBE8D7. Grayscale: #171717. Windows color (decimal): -15460568 or 2627348. OLE color: 2627348.

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

Color convert

RGB202340-
CMYK0.50.4300.84
HSL231º33.33%11.76%-
HSV(B)231º50%15.69%-
XYZ0.980.912.13-
YUV24.04137.01125.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=24.10%
G=27.71%
B=48.19%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2023400.50.4300.8423133.3311.76
Hex141728322B054e721c
Octal242750625301243474114
Binary101001011110100011001010101101010100111001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141728; }

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

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

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

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

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

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

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

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