#141327

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

Shades of Black Russian #141327

Tints of Black Russian #141327

Color information

#141327 (or 0x141327) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 27. RGB value is (20,19,39). Sum of RGB (Red+Green+Blue) = 20+19+39=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #141327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141327 is #EBECD8. Grayscale: #151515. Windows color (decimal): -15461593 or 2560788. OLE color: 2560788.

HSL color Cylindrical-coordinate representation of color #141327: hue angle of 243º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #141327 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB201939-
CMYK0.490.5100.85
HSL243º34.48%11.37%-
HSV(B)243º51.28%15.29%-
XYZ0.890.762.02-
YUV21.58137.83126.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 39 (15.62% from 255) = 50%
R=25.64%
G=24.36%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2019390.490.5100.8524334.4811.37
Hex1413273133055f322b
Octal242347616301253634213
Binary101001001110011111000111001101010101111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141327; }

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

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

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

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

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

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

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

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