#13162C

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

Shades of Black Russian #13162C

Tints of Black Russian #13162C

Color information

#13162C (or 0x13162C) is unknown color: approx Black Russian. HEX triplet: 13, 16 and 2C. RGB value is (19,22,44). Sum of RGB (Red+Green+Blue) = 19+22+44=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #13162C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13162C is #ECE9D3. Grayscale: #171717. Windows color (decimal): -15526356 or 2889235. OLE color: 2889235.

HSL color Cylindrical-coordinate representation of color #13162C: hue angle of 232.8º 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 #13162C is Cyan = 0.57, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB192244-
CMYK0.570.500.83
HSL232.8º39.68%12.35%-
HSV(B)232.8º56.82%17.25%-
XYZ1.010.892.5-
YUV23.61139.51124.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 44 (17.58% from 255) = 51.76%
R=22.35%
G=25.88%
B=51.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1922440.570.500.83232.839.6812.35
Hex13162C3932053e928c
Octal232654716201233515014
Binary100111011010110011100111001001010011111010011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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