#19033F

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

Shades of Blackcurrant #19033F

Tints of Blackcurrant #19033F

Color information

#19033F (or 0x19033F) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 3F. RGB value is (25,3,63). Sum of RGB (Red+Green+Blue) = 25+3+63=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #19033F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19033F is #E6FCC0. Grayscale: #101010. Windows color (decimal): -15137985 or 4129561. OLE color: 4129561.

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

Color convert

RGB25363-
CMYK0.600.9500.75
HSL262º90.91%12.94%-
HSV(B)262º95.24%24.71%-
XYZ1.330.634.75-
YUV16.42154.29134.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.47%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 63 (25% from 255) = 69.23%
R=27.47%
G=3.30%
B=69.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal253630.600.9500.7526290.9112.94
Hex1933F3C5F04B1065bd
Octal3137774137011340613315
Binary110011111111111110010111110100101110000011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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