#19033D

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

Shades of Blackcurrant #19033D

Tints of Blackcurrant #19033D

Color information

#19033D (or 0x19033D) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 3D. RGB value is (25,3,61). Sum of RGB (Red+Green+Blue) = 25+3+61=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #19033D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19033D is #E6FCC2. Grayscale: #0F0F0F. Windows color (decimal): -15137987 or 3998489. OLE color: 3998489.

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

Color convert

RGB25361-
CMYK0.590.9500.76
HSL262.76º90.62%12.55%-
HSV(B)262.76º95.08%23.92%-
XYZ1.280.614.47-
YUV16.19153.29134.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.09%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 61 (24.22% from 255) = 68.54%
R=28.09%
G=3.37%
B=68.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal253610.590.9500.76262.7690.6212.55
Hex1933D3B5F04C1075bd
Octal3137573137011440713315
Binary110011111110111101110111110100110010000011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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