#131323

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

Shades of Black Russian #131323

Tints of Black Russian #131323

Color information

#131323 (or 0x131323) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 23. RGB value is (19,19,35). Sum of RGB (Red+Green+Blue) = 19+19+35=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: blue. Hex color #131323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131323 is #ECECDC. Grayscale: #141414. Windows color (decimal): -15527133 or 2298643. OLE color: 2298643.

HSL color Cylindrical-coordinate representation of color #131323: hue angle of 240º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #131323 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB191935-
CMYK0.460.4600.86
HSL240º29.63%10.59%-
HSV(B)240º45.71%13.73%-
XYZ0.80.731.69-
YUV20.82136126.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 35 (14.06% from 255) = 47.95%
R=26.03%
G=26.03%
B=47.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1919350.460.4600.8624029.6310.59
Hex1313232E2E056f01eb
Octal232343565601263603613
Binary10011100111000111011101011100101011011110000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131323; }

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

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

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

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

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

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

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

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