#19053D

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

Shades of Blackcurrant #19053D

Tints of Blackcurrant #19053D

Color information

#19053D (or 0x19053D) is unknown color: approx Blackcurrant. HEX triplet: 19, 05 and 3D. RGB value is (25,5,61). Sum of RGB (Red+Green+Blue) = 25+5+61=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #19053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19053D is #E6FAC2. Grayscale: #111111. Windows color (decimal): -15137475 or 3999001. OLE color: 3999001.

HSL color Cylindrical-coordinate representation of color #19053D: hue angle of 261.43º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19053D is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB25561-
CMYK0.590.9200.76
HSL261.43º84.85%12.94%-
HSV(B)261.43º91.8%23.92%-
XYZ1.30.654.47-
YUV17.36152.63133.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.47%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 61 (24.22% from 255) = 67.03%
R=27.47%
G=5.49%
B=67.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal255610.590.9200.76261.4384.8512.94
Hex1953D3B5C04C10555d
Octal3157573134011440512515
Binary1100110111110111101110111000100110010000010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,5,61); }

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

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

 a { background-color: rgb(25,5,61); }

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

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

 span { border-color: rgb(25,5,61); }

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