#19182C

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

Shades of Black Russian #19182C

Tints of Black Russian #19182C

Color information

#19182C (or 0x19182C) is unknown color: approx Black Russian. HEX triplet: 19, 18 and 2C. RGB value is (25,24,44). Sum of RGB (Red+Green+Blue) = 25+24+44=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #19182C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19182C is #E6E7D3. Grayscale: #1A1A1A. Windows color (decimal): -15132628 or 2889753. OLE color: 2889753.

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

Color convert

RGB252444-
CMYK0.430.4500.83
HSL243º29.41%13.33%-
HSV(B)243º45.45%17.25%-
XYZ1.181.042.52-
YUV26.58137.83126.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=26.88%
G=25.81%
B=47.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2524440.430.4500.8324329.4113.33
Hex19182C2B2D053f31dd
Octal313054535501233633515
Binary11001110001011001010111011010101001111110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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