#13141C

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

Shades of Black Russian #13141C

Tints of Black Russian #13141C

Color information

#13141C (or 0x13141C) is unknown color: approx Black Russian. HEX triplet: 13, 14 and 1C. RGB value is (19,20,28). Sum of RGB (Red+Green+Blue) = 19+20+28=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #13141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13141C is #ECEBE3. Grayscale: #141414. Windows color (decimal): -15526884 or 1840147. OLE color: 1840147.

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

Color convert

RGB192028-
CMYK0.320.2900.89
HSL233.33º19.15%9.22%-
HSV(B)233.33º32.14%10.98%-
XYZ0.730.721.2-
YUV20.61132.17126.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=28.36%
G=29.85%
B=41.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1920280.320.2900.89233.3319.159.22
Hex13141C201D059e9139
Octal232434403501313512311
Binary100111010011100100000111010101100111101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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