#19192D

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

Shades of Black Russian #19192D

Tints of Black Russian #19192D

Color information

#19192D (or 0x19192D) is unknown color: approx Black Russian. HEX triplet: 19, 19 and 2D. RGB value is (25,25,45). Sum of RGB (Red+Green+Blue) = 25+25+45=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #19192D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19192D is #E6E6D2. Grayscale: #1B1B1B. Windows color (decimal): -15132371 or 2955545. OLE color: 2955545.

HSL color Cylindrical-coordinate representation of color #19192D: hue angle of 240º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #19192D is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB252545-
CMYK0.440.4400.82
HSL240º28.57%13.73%-
HSV(B)240º44.44%17.65%-
XYZ1.221.092.63-
YUV27.28138126.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.32%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 45 (17.97% from 255) = 47.37%
R=26.32%
G=26.32%
B=47.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2525450.440.4400.8224028.5713.73
Hex19192D2C2C052f01de
Octal313155545401223603516
Binary11001110011011011011001011000101001011110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19192D; }

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

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

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

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

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

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

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

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