#19182A

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

Shades of Black Russian #19182A

Tints of Black Russian #19182A

Color information

#19182A (or 0x19182A) is unknown color: approx Black Russian. HEX triplet: 19, 18 and 2A. RGB value is (25,24,42). Sum of RGB (Red+Green+Blue) = 25+24+42=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #19182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19182A is #E6E7D5. Grayscale: #1A1A1A. Windows color (decimal): -15132630 or 2758681. OLE color: 2758681.

HSL color Cylindrical-coordinate representation of color #19182A: hue angle of 243.33º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #19182A is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB252442-
CMYK0.400.4300.84
HSL243.33º27.27%12.94%-
HSV(B)243.33º42.86%16.47%-
XYZ1.151.032.33-
YUV26.35136.83127.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.47%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 42 (16.80% from 255) = 46.15%
R=27.47%
G=26.37%
B=46.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2524420.400.4300.84243.3327.2712.94
Hex19182A282B054f31bd
Octal313052505301243633315
Binary11001110001010101010001010110101010011110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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