#131527

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

Shades of Black Russian #131527

Tints of Black Russian #131527

Color information

#131527 (or 0x131527) is unknown color: approx Black Russian. HEX triplet: 13, 15 and 27. RGB value is (19,21,39). Sum of RGB (Red+Green+Blue) = 19+21+39=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #131527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131527 is #ECEAD8. Grayscale: #161616. Windows color (decimal): -15526617 or 2561299. OLE color: 2561299.

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

Color convert

RGB192139-
CMYK0.510.4600.85
HSL234º34.48%11.37%-
HSV(B)234º51.28%15.29%-
XYZ0.90.822.03-
YUV22.45137.34125.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 39 (15.62% from 255) = 49.37%
R=24.05%
G=26.58%
B=49.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1921390.510.4600.8523434.4811.37
Hex131527332E055ea22b
Octal232547635601253524213
Binary100111010110011111001110111001010101111010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131527; }

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

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

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

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

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

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

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

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