#13132E

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

Shades of Black Russian #13132E

Tints of Black Russian #13132E

Color information

#13132E (or 0x13132E) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 2E. RGB value is (19,19,46). Sum of RGB (Red+Green+Blue) = 19+19+46=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #13132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13132E is #ECECD1. Grayscale: #151515. Windows color (decimal): -15527122 or 3019539. OLE color: 3019539.

HSL color Cylindrical-coordinate representation of color #13132E: hue angle of 240º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13132E is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB191946-
CMYK0.590.5900.82
HSL240º41.54%12.75%-
HSV(B)240º58.7%18.04%-
XYZ0.990.82.69-
YUV22.08141.5125.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 46 (18.36% from 255) = 54.76%
R=22.62%
G=22.62%
B=54.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1919460.590.5900.8224041.5412.75
Hex13132E3B3B052f02ad
Octal232356737301223605215
Binary100111001110111011101111101101010010111100001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13132E; }

 p { color: rgb(19,19,46); }

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

<style>
 a { background-color: #13132E; }

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

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

<style>
 span { border-color: #13132E; }

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

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