#3A1048

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

Shades of Blackcurrant #3A1048

Tints of Blackcurrant #3A1048

Color information

#3A1048 (or 0x3A1048) is unknown color: approx Blackcurrant. HEX triplet: 3A, 10 and 48. RGB value is (58,16,72). Sum of RGB (Red+Green+Blue) = 58+16+72=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A1048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1048 is #C5EFB7. Grayscale: #222222. Windows color (decimal): -12971960 or 4722746. OLE color: 4722746.

HSL color Cylindrical-coordinate representation of color #3A1048: hue angle of 285º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1048 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB581672-
CMYK0.190.7800.72
HSL285º63.64%17.25%-
HSV(B)285º77.78%28.24%-
XYZ3.11.746.3-
YUV34.94148.91144.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.73%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=39.73%
G=10.96%
B=49.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5816720.190.7800.7228563.6417.25
Hex3A1048134E04811d4011
Octal722011023116011043510021
Binary11101010000100100010011100111001001000100011101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,16,72); }

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

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

 a { background-color: rgb(58,16,72); }

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

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

 span { border-color: rgb(58,16,72); }

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