#141319

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

Shades of Black Russian #141319

Tints of Black Russian #141319

Color information

#141319 (or 0x141319) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 19. RGB value is (20,19,25). Sum of RGB (Red+Green+Blue) = 20+19+25=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #141319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141319 is #EBECE6. Grayscale: #131313. Windows color (decimal): -15461607 or 1643284. OLE color: 1643284.

HSL color Cylindrical-coordinate representation of color #141319: hue angle of 250º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #141319 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB201925-
CMYK0.200.2400.90
HSL250º13.64%8.63%-
HSV(B)250º24%9.8%-
XYZ0.70.681.02-
YUV19.98130.83128.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 25 (10.16% from 255) = 39.06%
R=31.25%
G=29.69%
B=39.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2019250.200.2400.9025013.648.63
Hex141319141805Afae9
Octal242331243001323721611
Binary1010010011110011010011000010110101111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141319; }

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

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

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

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

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

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

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

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