#19182B

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

Shades of Black Russian #19182B

Tints of Black Russian #19182B

Color information

#19182B (or 0x19182B) is unknown color: approx Black Russian. HEX triplet: 19, 18 and 2B. RGB value is (25,24,43). Sum of RGB (Red+Green+Blue) = 25+24+43=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #19182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19182B is #E6E7D4. Grayscale: #1A1A1A. Windows color (decimal): -15132629 or 2824217. OLE color: 2824217.

HSL color Cylindrical-coordinate representation of color #19182B: hue angle of 243.16º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #19182B is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB252443-
CMYK0.420.4400.83
HSL243.16º28.36%13.14%-
HSV(B)243.16º44.19%16.86%-
XYZ1.161.032.42-
YUV26.46137.33126.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.17%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=27.17%
G=26.09%
B=46.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2524430.420.4400.83243.1628.3613.14
Hex19182B2A2C053f31cd
Octal313053525401233633415
Binary11001110001010111010101011000101001111110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19182B; }

 p { color: rgb(25,24,43); }

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

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

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

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

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

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

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