#19041C

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

Shades of Blackcurrant #19041C

Tints of Blackcurrant #19041C

Color information

#19041C (or 0x19041C) is unknown color: approx Blackcurrant. HEX triplet: 19, 04 and 1C. RGB value is (25,4,28). Sum of RGB (Red+Green+Blue) = 25+4+28=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #19041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19041C is #E6FBE3. Grayscale: #0C0C0C. Windows color (decimal): -15137764 or 1836057. OLE color: 1836057.

HSL color Cylindrical-coordinate representation of color #19041C: hue angle of 292.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19041C is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB25428-
CMYK0.110.8600.89
HSL292.5º75%6.27%-
HSV(B)292.5º85.71%10.98%-
XYZ0.650.381.14-
YUV13.02136.46136.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.86%
GREEN value IS 4 (1.95% from 255) = 7.02%
BLUE value IS 28 (11.33% from 255) = 49.12%
R=43.86%
G=7.02%
B=49.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal254280.110.8600.89292.5756.27
Hex1941CB560591244b6
Octal314341312601314441136
Binary110011001110010111010110010110011001001001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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