#191931

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

Shades of Black Russian #191931

Tints of Black Russian #191931

Color information

#191931 (or 0x191931) is unknown color: approx Black Russian. HEX triplet: 19, 19 and 31. RGB value is (25,25,49). Sum of RGB (Red+Green+Blue) = 25+25+49=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #191931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191931 is #E6E6CE. Grayscale: #1B1B1B. Windows color (decimal): -15132367 or 3217689. OLE color: 3217689.

HSL color Cylindrical-coordinate representation of color #191931: hue angle of 240º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #191931 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB252549-
CMYK0.490.4900.81
HSL240º32.43%14.51%-
HSV(B)240º48.98%19.22%-
XYZ1.31.123.05-
YUV27.74140126.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.25%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 49 (19.53% from 255) = 49.49%
R=25.25%
G=25.25%
B=49.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2525490.490.4900.8124032.4314.51
Hex1919313131051f020f
Octal313161616101213604017
Binary110011100111000111000111000101010001111100001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191931; }

 p { color: rgb(25,25,49); }

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

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

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

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

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

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

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