#131328

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

Shades of Black Russian #131328

Tints of Black Russian #131328

Color information

#131328 (or 0x131328) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 28. RGB value is (19,19,40). Sum of RGB (Red+Green+Blue) = 19+19+40=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #131328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131328 is #ECECD7. Grayscale: #151515. Windows color (decimal): -15527128 or 2626323. OLE color: 2626323.

HSL color Cylindrical-coordinate representation of color #131328: hue angle of 240º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #131328 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB191940-
CMYK0.520.5200.84
HSL240º35.59%11.57%-
HSV(B)240º52.5%15.69%-
XYZ0.880.762.11-
YUV21.39138.5126.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=24.36%
G=24.36%
B=51.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1919400.520.5200.8424035.5911.57
Hex1313283434054f024c
Octal232350646401243604414
Binary100111001110100011010011010001010100111100001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131328; }

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

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

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

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

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

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

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

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