#19072D

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

Shades of Blackcurrant #19072D

Tints of Blackcurrant #19072D

Color information

#19072D (or 0x19072D) is unknown color: approx Blackcurrant. HEX triplet: 19, 07 and 2D. RGB value is (25,7,45). Sum of RGB (Red+Green+Blue) = 25+7+45=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #19072D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19072D is #E6F8D2. Grayscale: #101010. Windows color (decimal): -15136979 or 2950937. OLE color: 2950937.

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

Color convert

RGB25745-
CMYK0.440.8400.82
HSL268.42º73.08%10.2%-
HSV(B)268.42º84.44%17.65%-
XYZ0.950.552.54-
YUV16.71143.96133.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 45 (17.97% from 255) = 58.44%
R=32.47%
G=9.09%
B=58.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal257450.440.8400.82268.4273.0810.2
Hex1972D2C5405210c49a
Octal3175554124012241411112
Binary1100111110110110110010101000101001010000110010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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