#19042A

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

Shades of Blackcurrant #19042A

Tints of Blackcurrant #19042A

Color information

#19042A (or 0x19042A) is unknown color: approx Blackcurrant. HEX triplet: 19, 04 and 2A. RGB value is (25,4,42). Sum of RGB (Red+Green+Blue) = 25+4+42=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 42 (16.80% from 255 or 59.15% from 71); Max value from RGB is 42 - color contains mainly: blue. Hex color #19042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19042A is #E6FBD5. Grayscale: #0E0E0E. Windows color (decimal): -15137750 or 2753561. OLE color: 2753561.

HSL color Cylindrical-coordinate representation of color #19042A: hue angle of 273.16º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19042A is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB25442-
CMYK0.400.9000.84
HSL273.16º82.61%9.02%-
HSV(B)273.16º90.48%16.47%-
XYZ0.860.462.23-
YUV14.61143.46135.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.21%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 42 (16.80% from 255) = 59.15%
R=35.21%
G=5.63%
B=59.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal254420.400.9000.84273.1682.619.02
Hex1942A285A054111539
Octal3145250132012442112311
Binary1100110010101010100010110100101010010001000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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