#19012D

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

Shades of Blackcurrant #19012D

Tints of Blackcurrant #19012D

Color information

#19012D (or 0x19012D) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 2D. RGB value is (25,1,45). Sum of RGB (Red+Green+Blue) = 25+1+45=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #19012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19012D is #E6FED2. Grayscale: #0D0D0D. Windows color (decimal): -15138515 or 2949401. OLE color: 2949401.

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

Color convert

RGB25145-
CMYK0.440.9800.82
HSL272.73º95.65%9.02%-
HSV(B)272.73º97.78%17.65%-
XYZ0.890.422.52-
YUV13.19145.95136.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.21%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 45 (17.97% from 255) = 63.38%
R=35.21%
G=1.41%
B=63.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal251450.440.9800.82272.7395.659.02
Hex1912D2C62052111609
Octal3115554142012242114011
Binary11001110110110110011000100101001010001000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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