#191932

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

Shades of Black Russian #191932

Tints of Black Russian #191932

Color information

#191932 (or 0x191932) is unknown color: approx Black Russian. HEX triplet: 19, 19 and 32. RGB value is (25,25,50). Sum of RGB (Red+Green+Blue) = 25+25+50=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #191932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191932 is #E6E6CD. Grayscale: #1B1B1B. Windows color (decimal): -15132366 or 3283225. OLE color: 3283225.

HSL color Cylindrical-coordinate representation of color #191932: hue angle of 240º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #191932 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB252550-
CMYK0.500.5000.80
HSL240º33.33%14.71%-
HSV(B)240º50%19.61%-
XYZ1.321.133.17-
YUV27.85140.5125.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2525500.500.5000.8024033.3314.71
Hex1919323232050f021f
Octal313162626201203604117
Binary110011100111001011001011001001010000111100001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191932; }

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

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

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

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

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

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

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

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