#131526

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

Shades of Black Russian #131526

Tints of Black Russian #131526

Color information

#131526 (or 0x131526) is unknown color: approx Black Russian. HEX triplet: 13, 15 and 26. RGB value is (19,21,38). Sum of RGB (Red+Green+Blue) = 19+21+38=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #131526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131526 is #ECEAD9. Grayscale: #161616. Windows color (decimal): -15526618 or 2495763. OLE color: 2495763.

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

Color convert

RGB192138-
CMYK0.500.4500.85
HSL233.68º33.33%11.18%-
HSV(B)233.68º50%14.9%-
XYZ0.890.811.94-
YUV22.34136.84125.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 38 (15.23% from 255) = 48.72%
R=24.36%
G=26.92%
B=48.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1921380.500.4500.85233.6833.3311.18
Hex131526322D055ea21b
Octal232546625501253524113
Binary100111010110011011001010110101010101111010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131526; }

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

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

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

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

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

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

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

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