#3A004F

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

Shades of Blackcurrant #3A004F

Tints of Blackcurrant #3A004F

Color information

#3A004F (or 0x3A004F) is unknown color: approx Blackcurrant. HEX triplet: 3A, 00 and 4F. RGB value is (58,0,79). Sum of RGB (Red+Green+Blue) = 58+0+79=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A004F is #C5FFB0. Grayscale: #1A1A1A. Windows color (decimal): -12976049 or 5177402. OLE color: 5177402.

HSL color Cylindrical-coordinate representation of color #3A004F: hue angle of 284.05º 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 #3A004F is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB58079-
CMYK0.27100.69
HSL284.05º100%15.49%-
HSV(B)284.05º100%30.98%-
XYZ3.161.467.51-
YUV26.35157.72150.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=42.34%
G=0%
B=57.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal580790.27100.69284.0510015.49
Hex3A04F1B6404511c64f
Octal72011733144010543414417
Binary111010010011111101111001000100010110001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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