#131827

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

Shades of Black Russian #131827

Tints of Black Russian #131827

Color information

#131827 (or 0x131827) is unknown color: approx Black Russian. HEX triplet: 13, 18 and 27. RGB value is (19,24,39). Sum of RGB (Red+Green+Blue) = 19+24+39=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #131827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131827 is #ECE7D8. Grayscale: #181818. Windows color (decimal): -15525849 or 2562067. OLE color: 2562067.

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

Color convert

RGB192439-
CMYK0.510.3800.85
HSL225º34.48%11.37%-
HSV(B)225º51.28%15.29%-
XYZ0.960.942.05-
YUV24.21136.34124.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 39 (15.62% from 255) = 47.56%
R=23.17%
G=29.27%
B=47.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1924390.510.3800.8522534.4811.37
Hex1318273326055e122b
Octal233047634601253414213
Binary100111100010011111001110011001010101111000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131827; }

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

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

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

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

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

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

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

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