#19042C

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

Shades of Blackcurrant #19042C

Tints of Blackcurrant #19042C

Color information

#19042C (or 0x19042C) is unknown color: approx Blackcurrant. HEX triplet: 19, 04 and 2C. RGB value is (25,4,44). Sum of RGB (Red+Green+Blue) = 25+4+44=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 44 (17.58% from 255 or 60.27% from 73); Max value from RGB is 44 - color contains mainly: blue. Hex color #19042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19042C is #E6FBD3. Grayscale: #0E0E0E. Windows color (decimal): -15137748 or 2884633. OLE color: 2884633.

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

Color convert

RGB25444-
CMYK0.430.9100.83
HSL271.5º83.33%9.41%-
HSV(B)271.5º90.91%17.25%-
XYZ0.90.482.43-
YUV14.84144.46135.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 44 (17.58% from 255) = 60.27%
R=34.25%
G=5.48%
B=60.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal254440.430.9100.83271.583.339.41
Hex1942C2B5B053110539
Octal3145453133012342012311
Binary1100110010110010101110110110101001110001000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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