#3A0450

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

Shades of Blackcurrant #3A0450

Tints of Blackcurrant #3A0450

Color information

#3A0450 (or 0x3A0450) is unknown color: approx Blackcurrant. HEX triplet: 3A, 04 and 50. RGB value is (58,4,80). Sum of RGB (Red+Green+Blue) = 58+4+80=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A0450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0450 is #C5FBAF. Grayscale: #1C1C1C. Windows color (decimal): -12975024 or 5243962. OLE color: 5243962.

HSL color Cylindrical-coordinate representation of color #3A0450: hue angle of 282.63º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0450 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB58480-
CMYK0.280.9500.69
HSL282.63º90.48%16.47%-
HSV(B)282.63º95%31.37%-
XYZ3.241.577.72-
YUV28.81156.89148.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.85%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=40.85%
G=2.82%
B=56.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal584800.280.9500.69282.6390.4816.47
Hex3A4501C5F04511b5a10
Octal72412034137010543313220
Binary111010100101000011100101111101000101100011011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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