#3A0059

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

Shades of Blackcurrant #3A0059

Tints of Blackcurrant #3A0059

Color information

#3A0059 (or 0x3A0059) is unknown color: approx Blackcurrant. HEX triplet: 3A, 00 and 59. RGB value is (58,0,89). Sum of RGB (Red+Green+Blue) = 58+0+89=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0059 is #C5FFA6. Grayscale: #1B1B1B. Windows color (decimal): -12976039 or 5832762. OLE color: 5832762.

HSL color Cylindrical-coordinate representation of color #3A0059: hue angle of 279.1º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0059 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB58089-
CMYK0.35100.65
HSL279.1º100%17.45%-
HSV(B)279.1º100%34.9%-
XYZ3.551.629.58-
YUV27.49162.72149.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 60.54%
R=39.46%
G=0%
B=60.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal580890.35100.65279.110017.45
Hex3A05923640411176411
Octal72013143144010142714421
Binary11101001011001100011110010001000001100010111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A0059; }

 p { color: rgb(58,0,89); }

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

<style>
 a { background-color: #3A0059; }

 a { background-color: rgb(58,0,89); }

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

<style>
 span { border-color: #3A0059; }

 span { border-color: rgb(58,0,89); }

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