#13142C

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

Shades of Black Russian #13142C

Tints of Black Russian #13142C

Color information

#13142C (or 0x13142C) is unknown color: approx Black Russian. HEX triplet: 13, 14 and 2C. RGB value is (19,20,44). Sum of RGB (Red+Green+Blue) = 19+20+44=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #13142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13142C is #ECEBD3. Grayscale: #161616. Windows color (decimal): -15526868 or 2888723. OLE color: 2888723.

HSL color Cylindrical-coordinate representation of color #13142C: hue angle of 237.6º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #13142C is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB192044-
CMYK0.570.5500.83
HSL237.6º39.68%12.35%-
HSV(B)237.6º56.82%17.25%-
XYZ0.970.822.49-
YUV22.44140.17125.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 44 (17.58% from 255) = 53.01%
R=22.89%
G=24.10%
B=53.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1920440.570.5500.83237.639.6812.35
Hex13142C3937053ee28c
Octal232454716701233565014
Binary100111010010110011100111011101010011111011101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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