#3A074F

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

Shades of Blackcurrant #3A074F

Tints of Blackcurrant #3A074F

Color information

#3A074F (or 0x3A074F) is unknown color: approx Blackcurrant. HEX triplet: 3A, 07 and 4F. RGB value is (58,7,79). Sum of RGB (Red+Green+Blue) = 58+7+79=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A074F is #C5F8B0. Grayscale: #1E1E1E. Windows color (decimal): -12974257 or 5179194. OLE color: 5179194.

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

Color convert

RGB58779-
CMYK0.270.9100.69
HSL282.5º83.72%16.86%-
HSV(B)282.5º91.14%30.98%-
XYZ3.231.627.54-
YUV30.46155.4147.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 79 (31.25% from 255) = 54.86%
R=40.28%
G=4.86%
B=54.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal587790.270.9100.69282.583.7216.86
Hex3A74F1B5B04511a5411
Octal72711733133010543212421
Binary111010111100111111011101101101000101100011010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,7,79); }

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

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

 a { background-color: rgb(58,7,79); }

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

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

 span { border-color: rgb(58,7,79); }

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