#19033E

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

Shades of Blackcurrant #19033E

Tints of Blackcurrant #19033E

Color information

#19033E (or 0x19033E) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 3E. RGB value is (25,3,62). Sum of RGB (Red+Green+Blue) = 25+3+62=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 62 (24.61% from 255 or 68.89% from 90); Max value from RGB is 62 - color contains mainly: blue. Hex color #19033E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19033E is #E6FCC1. Grayscale: #101010. Windows color (decimal): -15137986 or 4064025. OLE color: 4064025.

HSL color Cylindrical-coordinate representation of color #19033E: hue angle of 262.37º 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 #19033E is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB25362-
CMYK0.600.9500.76
HSL262.37º90.77%12.75%-
HSV(B)262.37º95.16%24.31%-
XYZ1.30.624.61-
YUV16.3153.79134.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.78%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 62 (24.61% from 255) = 68.89%
R=27.78%
G=3.33%
B=68.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal253620.600.9500.76262.3790.7712.75
Hex1933E3C5F04C1065bd
Octal3137674137011440613315
Binary110011111111011110010111110100110010000011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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