#131627

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

Shades of Black Russian #131627

Tints of Black Russian #131627

Color information

#131627 (or 0x131627) is unknown color: approx Black Russian. HEX triplet: 13, 16 and 27. RGB value is (19,22,39). Sum of RGB (Red+Green+Blue) = 19+22+39=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #131627 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131627 is #ECE9D8. Grayscale: #161616. Windows color (decimal): -15526361 or 2561555. OLE color: 2561555.

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

Color convert

RGB192239-
CMYK0.510.4400.85
HSL231º34.48%11.37%-
HSV(B)231º51.28%15.29%-
XYZ0.920.862.04-
YUV23.04137.01125.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 39 (15.62% from 255) = 48.75%
R=23.75%
G=27.5%
B=48.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1922390.510.4400.8523134.4811.37
Hex131627332C055e722b
Octal232647635401253474213
Binary100111011010011111001110110001010101111001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131627; }

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

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

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

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

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

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

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

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