#141328

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

Shades of Black Russian #141328

Tints of Black Russian #141328

Color information

#141328 (or 0x141328) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 28. RGB value is (20,19,40). Sum of RGB (Red+Green+Blue) = 20+19+40=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #141328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141328 is #EBECD7. Grayscale: #151515. Windows color (decimal): -15461592 or 2626324. OLE color: 2626324.

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

Color convert

RGB201940-
CMYK0.50.5200.84
HSL242.86º35.59%11.57%-
HSV(B)242.86º52.5%15.69%-
XYZ0.90.772.11-
YUV21.69138.33126.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 40 (16.02% from 255) = 50.63%
R=25.32%
G=24.05%
B=50.63%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2019400.50.5200.84242.8635.5911.57
Hex1413283234054f324c
Octal242350626401243634414
Binary101001001110100011001011010001010100111100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141328; }

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

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

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

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

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

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

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

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