#141419

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

Shades of Black Russian #141419

Tints of Black Russian #141419

Color information

#141419 (or 0x141419) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 19. RGB value is (20,20,25). Sum of RGB (Red+Green+Blue) = 20+20+25=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 25 - color contains mainly: blue. Hex color #141419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141419 is #EBEBE6. Grayscale: #141414. Windows color (decimal): -15461351 or 1643540. OLE color: 1643540.

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

Color convert

RGB202025-
CMYK0.200.2000.90
HSL240º11.11%8.82%-
HSV(B)240º20%9.8%-
XYZ0.710.721.02-
YUV20.57130.5127.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2020250.200.2000.9024011.118.82
Hex141419141405Af0b9
Octal242431242401323601311
Binary1010010100110011010010100010110101111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141419; }

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

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

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

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

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

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

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

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