#191920

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

Shades of Black Russian #191920

Tints of Black Russian #191920

Color information

#191920 (or 0x191920) is unknown color: approx Black Russian. HEX triplet: 19, 19 and 20. RGB value is (25,25,32). Sum of RGB (Red+Green+Blue) = 25+25+32=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 32 - color contains mainly: blue. Hex color #191920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191920 is #E6E6DF. Grayscale: #191919. Windows color (decimal): -15132384 or 2103577. OLE color: 2103577.

HSL color Cylindrical-coordinate representation of color #191920: hue angle of 240º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #191920 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB252532-
CMYK0.220.2200.87
HSL240º12.28%11.18%-
HSV(B)240º21.88%12.55%-
XYZ1.011.011.51-
YUV25.8131.5127.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.49%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=30.49%
G=30.49%
B=39.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2525320.220.2200.8724012.2811.18
Hex1919201616057f0cb
Octal313140262601273601413
Binary11001110011000001011010110010101111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191920; }

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

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

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

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

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

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

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

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