#19022D

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

Shades of Blackcurrant #19022D

Tints of Blackcurrant #19022D

Color information

#19022D (or 0x19022D) is unknown color: approx Blackcurrant. HEX triplet: 19, 02 and 2D. RGB value is (25,2,45). Sum of RGB (Red+Green+Blue) = 25+2+45=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #19022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19022D is #E6FDD2. Grayscale: #0D0D0D. Windows color (decimal): -15138259 or 2949657. OLE color: 2949657.

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

Color convert

RGB25245-
CMYK0.440.9600.82
HSL272.09º91.49%9.22%-
HSV(B)272.09º95.56%17.65%-
XYZ0.90.442.52-
YUV13.78145.62136-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 45 (17.97% from 255) = 62.5%
R=34.72%
G=2.78%
B=62.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal252450.440.9600.82272.0991.499.22
Hex1922D2C600521105b9
Octal3125554140012242013311
Binary110011010110110110011000000101001010001000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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