#3A004E

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

Shades of Blackcurrant #3A004E

Tints of Blackcurrant #3A004E

Color information

#3A004E (or 0x3A004E) is unknown color: approx Blackcurrant. HEX triplet: 3A, 00 and 4E. RGB value is (58,0,78). Sum of RGB (Red+Green+Blue) = 58+0+78=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A004E is #C5FFB1. Grayscale: #191919. Windows color (decimal): -12976050 or 5111866. OLE color: 5111866.

HSL color Cylindrical-coordinate representation of color #3A004E: hue angle of 284.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A004E is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB58078-
CMYK0.26100.69
HSL284.62º100%15.29%-
HSV(B)284.62º100%30.59%-
XYZ3.121.457.32-
YUV26.23157.22150.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 57.35%
R=42.65%
G=0%
B=57.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal580780.26100.69284.6210015.29
Hex3A04E1A6404511d64f
Octal72011632144010543514417
Binary111010010011101101011001000100010110001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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