#3C0050

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

Shades of Blackcurrant #3C0050

Tints of Blackcurrant #3C0050

Color information

#3C0050 (or 0x3C0050) is unknown color: approx Blackcurrant. HEX triplet: 3C, 00 and 50. RGB value is (60,0,80). Sum of RGB (Red+Green+Blue) = 60+0+80=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C0050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0050 is #C3FFAF. Grayscale: #1A1A1A. Windows color (decimal): -12844976 or 5242940. OLE color: 5242940.

HSL color Cylindrical-coordinate representation of color #3C0050: hue angle of 285º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0050 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB60080-
CMYK0.25100.69
HSL285º100%15.69%-
HSV(B)285º100%31.37%-
XYZ3.311.547.71-
YUV27.06157.88151.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 57.14%
R=42.86%
G=0%
B=57.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal600800.25100.6928510015.69
Hex3C050196404511d6410
Octal74012031144010543514420
Binary1111000101000011001110010001000101100011101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,0,80); }

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

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

 a { background-color: rgb(60,0,80); }

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

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

 span { border-color: rgb(60,0,80); }

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