#3A1149

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

Shades of Blackcurrant #3A1149

Tints of Blackcurrant #3A1149

Color information

#3A1149 (or 0x3A1149) is unknown color: approx Blackcurrant. HEX triplet: 3A, 11 and 49. RGB value is (58,17,73). Sum of RGB (Red+Green+Blue) = 58+17+73=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A1149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1149 is #C5EEB6. Grayscale: #232323. Windows color (decimal): -12971703 or 4788538. OLE color: 4788538.

HSL color Cylindrical-coordinate representation of color #3A1149: hue angle of 283.93º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A1149 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB581773-
CMYK0.210.7700.71
HSL283.93º62.22%17.65%-
HSV(B)283.93º76.71%28.63%-
XYZ3.151.786.48-
YUV35.64149.08143.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.19%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=39.19%
G=11.49%
B=49.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5817730.210.7700.71283.9362.2217.65
Hex3A1149154D04711c3e12
Octal72211112511501074347622
Binary1110101000110010011010110011010100011110001110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,17,73); }

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

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

 a { background-color: rgb(58,17,73); }

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

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

 span { border-color: rgb(58,17,73); }

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