#19002D

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

Shades of Blackcurrant #19002D

Tints of Blackcurrant #19002D

Color information

#19002D (or 0x19002D) is unknown color: approx Blackcurrant. HEX triplet: 19, 00 and 2D. RGB value is (25,0,45). Sum of RGB (Red+Green+Blue) = 25+0+45=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #19002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19002D is #E6FFD2. Grayscale: #0C0C0C. Windows color (decimal): -15138771 or 2949145. OLE color: 2949145.

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

Color convert

RGB25045-
CMYK0.44100.82
HSL273.33º100%8.82%-
HSV(B)273.33º100%17.65%-
XYZ0.870.42.51-
YUV12.6146.28136.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 64.29%
R=35.71%
G=0%
B=64.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal250450.44100.82273.331008.82
Hex1902D2C64052111649
Octal3105554144012242114411
Binary11001010110110110011001000101001010001000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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