#3C0548

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

Shades of Blackcurrant #3C0548

Tints of Blackcurrant #3C0548

Color information

#3C0548 (or 0x3C0548) is unknown color: approx Blackcurrant. HEX triplet: 3C, 05 and 48. RGB value is (60,5,72). Sum of RGB (Red+Green+Blue) = 60+5+72=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C0548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0548 is #C3FAB7. Grayscale: #1C1C1C. Windows color (decimal): -12843704 or 4719932. OLE color: 4719932.

HSL color Cylindrical-coordinate representation of color #3C0548: hue angle of 289.25º 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 #3C0548 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB60572-
CMYK0.170.9300.72
HSL289.25º87.01%15.1%-
HSV(B)289.25º93.06%28.24%-
XYZ3.091.546.26-
YUV29.08152.22150.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.80%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 72 (28.52% from 255) = 52.55%
R=43.80%
G=3.65%
B=52.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal605720.170.9300.72289.2587.0115.1
Hex3C548115D04812157f
Octal74511021135011044112717
Binary11110010110010001000110111010100100010010000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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