#3A0454

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

Shades of Blackcurrant #3A0454

Tints of Blackcurrant #3A0454

Color information

#3A0454 (or 0x3A0454) is unknown color: approx Blackcurrant. HEX triplet: 3A, 04 and 54. RGB value is (58,4,84). Sum of RGB (Red+Green+Blue) = 58+4+84=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A0454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0454 is #C5FBAB. Grayscale: #1D1D1D. Windows color (decimal): -12975020 or 5506106. OLE color: 5506106.

HSL color Cylindrical-coordinate representation of color #3A0454: hue angle of 280.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0454 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB58484-
CMYK0.310.9500.67
HSL280.5º90.91%17.25%-
HSV(B)280.5º95.24%32.94%-
XYZ3.391.638.52-
YUV29.27158.89148.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.73%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 84 (33.20% from 255) = 57.53%
R=39.73%
G=2.74%
B=57.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584840.310.9500.67280.590.9117.25
Hex3A4541F5F0431185b11
Octal72412437137010343013321
Binary111010100101010011111101111101000011100011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,4,84); }

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

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

 a { background-color: rgb(58,4,84); }

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

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

 span { border-color: rgb(58,4,84); }

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