#141518

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

Shades of Black Russian #141518

Tints of Black Russian #141518

Color information

#141518 (or 0x141518) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 18. RGB value is (20,21,24). Sum of RGB (Red+Green+Blue) = 20+21+24=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 24 - color contains mainly: blue. Hex color #141518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141518 is #EBEAE7. Grayscale: #151515. Windows color (decimal): -15461096 or 1578260. OLE color: 1578260.

HSL color Cylindrical-coordinate representation of color #141518: hue angle of 225º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #141518 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB202124-
CMYK0.170.1300.91
HSL225º9.09%8.63%-
HSV(B)225º16.67%9.41%-
XYZ0.720.750.97-
YUV21.04129.67127.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 24 (9.77% from 255) = 36.92%
R=30.77%
G=32.31%
B=36.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2021240.170.1300.912259.098.63
Hex14151811D05Be199
Octal242530211501333411111
Binary101001010111000100011101010110111110000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141518; }

 p { color: rgb(20,21,24); }

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

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

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

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

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

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

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