#131426

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

Shades of Black Russian #131426

Tints of Black Russian #131426

Color information

#131426 (or 0x131426) is unknown color: approx Black Russian. HEX triplet: 13, 14 and 26. RGB value is (19,20,38). Sum of RGB (Red+Green+Blue) = 19+20+38=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #131426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131426 is #ECEBD9. Grayscale: #151515. Windows color (decimal): -15526874 or 2495507. OLE color: 2495507.

HSL color Cylindrical-coordinate representation of color #131426: hue angle of 236.84º 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 #131426 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB192038-
CMYK0.500.4700.85
HSL236.84º33.33%11.18%-
HSV(B)236.84º50%14.9%-
XYZ0.870.781.94-
YUV21.75137.17126.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=24.68%
G=25.97%
B=49.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1920380.500.4700.85236.8433.3311.18
Hex131426322F055ed21b
Octal232446625701253554113
Binary100111010010011011001010111101010101111011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131426; }

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

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

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

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

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

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

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

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