#14141C

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

Shades of Black Russian #14141C

Tints of Black Russian #14141C

Color information

#14141C (or 0x14141C) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 1C. RGB value is (20,20,28). Sum of RGB (Red+Green+Blue) = 20+20+28=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 28 - color contains mainly: blue. Hex color #14141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14141C is #EBEBE3. Grayscale: #141414. Windows color (decimal): -15461348 or 1840148. OLE color: 1840148.

HSL color Cylindrical-coordinate representation of color #14141C: hue angle of 240º 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 #14141C is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB202028-
CMYK0.290.2900.89
HSL240º16.67%9.41%-
HSV(B)240º28.57%10.98%-
XYZ0.750.731.2-
YUV20.91132127.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=29.41%
G=29.41%
B=41.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2020280.290.2900.8924016.679.41
Hex14141C1D1D059f0119
Octal242434353501313602111
Binary10100101001110011101111010101100111110000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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