#131A26

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

Shades of Black Russian #131A26

Tints of Black Russian #131A26

Color information

#131A26 (or 0x131A26) is unknown color: approx Black Russian. HEX triplet: 13, 1A and 26. RGB value is (19,26,38). Sum of RGB (Red+Green+Blue) = 19+26+38=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #131A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A26 is #ECE5D9. Grayscale: #191919. Windows color (decimal): -15525338 or 2497043. OLE color: 2497043.

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

Color convert

RGB192638-
CMYK0.500.3200.85
HSL217.89º33.33%11.18%-
HSV(B)217.89º50%14.9%-
XYZ0.991.021.98-
YUV25.28135.18123.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 38 (15.23% from 255) = 45.78%
R=22.89%
G=31.33%
B=45.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1926380.500.3200.85217.8933.3311.18
Hex131A263220055da21b
Octal233246624001253324113
Binary100111101010011011001010000001010101110110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131A26; }

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

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

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

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

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

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

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

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