#3A1748

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

Shades of Blackcurrant #3A1748

Tints of Blackcurrant #3A1748

Color information

#3A1748 (or 0x3A1748) is unknown color: approx Blackcurrant. HEX triplet: 3A, 17 and 48. RGB value is (58,23,72). Sum of RGB (Red+Green+Blue) = 58+23+72=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A1748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1748 is #C5E8B7. Grayscale: #262626. Windows color (decimal): -12970168 or 4724538. OLE color: 4724538.

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

Color convert

RGB582372-
CMYK0.190.6800.72
HSL282.86º51.58%18.63%-
HSV(B)282.86º68.06%28.24%-
XYZ3.221.986.34-
YUV39.05146.6141.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.91%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=37.91%
G=15.03%
B=47.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5823720.190.6800.72282.8651.5818.63
Hex3A1748134404811b3413
Octal72271102310401104336423
Binary1110101011110010001001110001000100100010001101111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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