#3C0552

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

Shades of Blackcurrant #3C0552

Tints of Blackcurrant #3C0552

Color information

#3C0552 (or 0x3C0552) is unknown color: approx Blackcurrant. HEX triplet: 3C, 05 and 52. RGB value is (60,5,82). Sum of RGB (Red+Green+Blue) = 60+5+82=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C0552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0552 is #C3FAAD. Grayscale: #1D1D1D. Windows color (decimal): -12843694 or 5375292. OLE color: 5375292.

HSL color Cylindrical-coordinate representation of color #3C0552: hue angle of 282.86º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0552 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB60582-
CMYK0.270.9400.68
HSL282.86º88.51%17.06%-
HSV(B)282.86º93.9%32.16%-
XYZ3.441.688.13-
YUV30.22157.22149.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=40.82%
G=3.40%
B=55.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal605820.270.9400.68282.8688.5117.06
Hex3C5521B5E04411b5911
Octal74512233136010443313121
Binary111100101101001011011101111001000100100011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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