#3E0548

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

Shades of Blackcurrant #3E0548

Tints of Blackcurrant #3E0548

Color information

#3E0548 (or 0x3E0548) is unknown color: approx Blackcurrant. HEX triplet: 3E, 05 and 48. RGB value is (62,5,72). Sum of RGB (Red+Green+Blue) = 62+5+72=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E0548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0548 is #C1FAB7. Grayscale: #1D1D1D. Windows color (decimal): -12712632 or 4719934. OLE color: 4719934.

HSL color Cylindrical-coordinate representation of color #3E0548: hue angle of 291.04º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0548 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB62572-
CMYK0.140.9300.72
HSL291.04º87.01%15.1%-
HSV(B)291.04º93.06%28.24%-
XYZ3.211.66.27-
YUV29.68151.88151.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.60%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=44.60%
G=3.60%
B=51.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal625720.140.9300.72291.0487.0115.1
Hex3E548E5D04812357f
Octal76511016135011044312717
Binary1111101011001000111010111010100100010010001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,5,72); }

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

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

 a { background-color: rgb(62,5,72); }

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

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

 span { border-color: rgb(62,5,72); }

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