#13162A

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

Shades of Black Russian #13162A

Tints of Black Russian #13162A

Color information

#13162A (or 0x13162A) is unknown color: approx Black Russian. HEX triplet: 13, 16 and 2A. RGB value is (19,22,42). Sum of RGB (Red+Green+Blue) = 19+22+42=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #13162A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13162A is #ECE9D5. Grayscale: #171717. Windows color (decimal): -15526358 or 2758163. OLE color: 2758163.

HSL color Cylindrical-coordinate representation of color #13162A: hue angle of 232.17º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #13162A is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB192242-
CMYK0.550.4800.84
HSL232.17º37.7%11.96%-
HSV(B)232.17º54.76%16.47%-
XYZ0.970.882.31-
YUV23.38138.51124.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 42 (16.80% from 255) = 50.60%
R=22.89%
G=26.51%
B=50.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1922420.550.4800.84232.1737.711.96
Hex13162A3730054e826c
Octal232652676001243504614
Binary100111011010101011011111000001010100111010001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13162A; }

 p { color: rgb(19,22,42); }

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

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

 a { background-color: rgb(19,22,42); }

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

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

 span { border-color: rgb(19,22,42); }

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