#19182D

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

Shades of Black Russian #19182D

Tints of Black Russian #19182D

Color information

#19182D (or 0x19182D) is unknown color: approx Black Russian. HEX triplet: 19, 18 and 2D. RGB value is (25,24,45). Sum of RGB (Red+Green+Blue) = 25+24+45=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #19182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19182D is #E6E7D2. Grayscale: #1A1A1A. Windows color (decimal): -15132627 or 2955289. OLE color: 2955289.

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

Color convert

RGB252445-
CMYK0.440.4700.82
HSL242.86º30.43%13.53%-
HSV(B)242.86º46.67%17.65%-
XYZ1.21.052.62-
YUV26.69138.33126.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.60%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=26.60%
G=25.53%
B=47.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2524450.440.4700.82242.8630.4313.53
Hex19182D2C2F052f31ee
Octal313055545701223633616
Binary11001110001011011011001011110101001011110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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