#19053A

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

Shades of Blackcurrant #19053A

Tints of Blackcurrant #19053A

Color information

#19053A (or 0x19053A) is unknown color: approx Blackcurrant. HEX triplet: 19, 05 and 3A. RGB value is (25,5,58). Sum of RGB (Red+Green+Blue) = 25+5+58=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 58 (23.05% from 255 or 65.91% from 88); Max value from RGB is 58 - color contains mainly: blue. Hex color #19053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19053A is #E6FAC5. Grayscale: #101010. Windows color (decimal): -15137478 or 3802393. OLE color: 3802393.

HSL color Cylindrical-coordinate representation of color #19053A: hue angle of 262.64º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19053A is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB25558-
CMYK0.570.9100.77
HSL262.64º84.13%12.35%-
HSV(B)262.64º91.38%22.75%-
XYZ1.220.624.06-
YUV17.02151.13133.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.41%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 58 (23.05% from 255) = 65.91%
R=28.41%
G=5.68%
B=65.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal255580.570.9100.77262.6484.1312.35
Hex1953A395B04D10754c
Octal3157271133011540712414
Binary1100110111101011100110110110100110110000011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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