#131926

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

Shades of Black Russian #131926

Tints of Black Russian #131926

Color information

#131926 (or 0x131926) is unknown color: approx Black Russian. HEX triplet: 13, 19 and 26. RGB value is (19,25,38). Sum of RGB (Red+Green+Blue) = 19+25+38=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #131926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131926 is #ECE6D9. Grayscale: #181818. Windows color (decimal): -15525594 or 2496787. OLE color: 2496787.

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

Color convert

RGB192538-
CMYK0.500.3400.85
HSL221.05º33.33%11.18%-
HSV(B)221.05º50%14.9%-
XYZ0.970.971.97-
YUV24.69135.51123.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 38 (15.23% from 255) = 46.34%
R=23.17%
G=30.49%
B=46.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1925380.500.3400.85221.0533.3311.18
Hex1319263222055dd21b
Octal233146624201253354113
Binary100111100110011011001010001001010101110111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131926; }

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

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

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

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

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

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

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

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