#3A1A46

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

Shades of Blackcurrant #3A1A46

Tints of Blackcurrant #3A1A46

Color information

#3A1A46 (or 0x3A1A46) is unknown color: approx Blackcurrant. HEX triplet: 3A, 1A and 46. RGB value is (58,26,70). Sum of RGB (Red+Green+Blue) = 58+26+70=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #3A1A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A46 is #C5E5B9. Grayscale: #282828. Windows color (decimal): -12969402 or 4594234. OLE color: 4594234.

HSL color Cylindrical-coordinate representation of color #3A1A46: hue angle of 283.64º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A1A46 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB582670-
CMYK0.170.6300.73
HSL283.64º45.83%18.82%-
HSV(B)283.64º62.86%27.45%-
XYZ3.222.086.03-
YUV40.58144.6140.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.66%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 70 (27.73% from 255) = 45.45%
R=37.66%
G=16.88%
B=45.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5826700.170.6300.73283.6445.8318.82
Hex3A1A46113F04911c2e13
Octal7232106217701114345623
Binary111010110101000110100011111110100100110001110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,26,70); }

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

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

 a { background-color: rgb(58,26,70); }

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

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

 span { border-color: rgb(58,26,70); }

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