#131325

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

Shades of Black Russian #131325

Tints of Black Russian #131325

Color information

#131325 (or 0x131325) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 25. RGB value is (19,19,37). Sum of RGB (Red+Green+Blue) = 19+19+37=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #131325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131325 is #ECECDA. Grayscale: #141414. Windows color (decimal): -15527131 or 2429715. OLE color: 2429715.

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

Color convert

RGB191937-
CMYK0.490.4900.85
HSL240º32.14%10.98%-
HSV(B)240º48.65%14.51%-
XYZ0.840.741.85-
YUV21.05137126.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=25.33%
G=25.33%
B=49.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1919370.490.4900.8524032.1410.98
Hex1313253131055f020b
Octal232345616101253604013
Binary100111001110010111000111000101010101111100001000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131325; }

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

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

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

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

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

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

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

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