#14151C

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

Shades of Black Russian #14151C

Tints of Black Russian #14151C

Color information

#14151C (or 0x14151C) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 1C. RGB value is (20,21,28). Sum of RGB (Red+Green+Blue) = 20+21+28=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #14151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14151C is #EBEAE3. Grayscale: #151515. Windows color (decimal): -15461092 or 1840404. OLE color: 1840404.

HSL color Cylindrical-coordinate representation of color #14151C: hue angle of 232.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #14151C is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB202128-
CMYK0.290.2500.89
HSL232.5º16.67%9.41%-
HSV(B)232.5º28.57%10.98%-
XYZ0.770.771.21-
YUV21.5131.67126.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 28 (11.33% from 255) = 40.58%
R=28.99%
G=30.43%
B=40.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2021280.290.2500.89232.516.679.41
Hex14151C1D19059e8119
Octal242534353101313502111
Binary10100101011110011101110010101100111101000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14151C; }

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

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

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

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

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

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

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

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