#13132D

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

Shades of Black Russian #13132D

Tints of Black Russian #13132D

Color information

#13132D (or 0x13132D) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 2D. RGB value is (19,19,45). Sum of RGB (Red+Green+Blue) = 19+19+45=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #13132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13132D is #ECECD2. Grayscale: #151515. Windows color (decimal): -15527123 or 2954003. OLE color: 2954003.

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

Color convert

RGB191945-
CMYK0.580.5800.82
HSL240º40.62%12.55%-
HSV(B)240º57.78%17.65%-
XYZ0.980.792.58-
YUV21.96141125.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 45 (17.97% from 255) = 54.22%
R=22.89%
G=22.89%
B=54.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1919450.580.5800.8224040.6212.55
Hex13132D3A3A052f029d
Octal232355727201223605115
Binary100111001110110111101011101001010010111100001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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