#131326

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

Shades of Black Russian #131326

Tints of Black Russian #131326

Color information

#131326 (or 0x131326) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 26. RGB value is (19,19,38). Sum of RGB (Red+Green+Blue) = 19+19+38=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #131326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131326 is #ECECD9. Grayscale: #151515. Windows color (decimal): -15527130 or 2495251. OLE color: 2495251.

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

Color convert

RGB191938-
CMYK0.500.5000.85
HSL240º33.33%11.18%-
HSV(B)240º50%14.9%-
XYZ0.850.741.93-
YUV21.17137.5126.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 38 (15.23% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1919380.500.5000.8524033.3311.18
Hex1313263232055f021b
Octal232346626201253604113
Binary100111001110011011001011001001010101111100001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131326; }

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

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

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

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

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

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

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

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