#3C015A

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

Shades of Blackcurrant #3C015A

Tints of Blackcurrant #3C015A

Color information

#3C015A (or 0x3C015A) is unknown color: approx Blackcurrant. HEX triplet: 3C, 01 and 5A. RGB value is (60,1,90). Sum of RGB (Red+Green+Blue) = 60+1+90=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C015A is #C3FEA5. Grayscale: #1C1C1C. Windows color (decimal): -12844710 or 5898556. OLE color: 5898556.

HSL color Cylindrical-coordinate representation of color #3C015A: hue angle of 279.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C015A is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB60190-
CMYK0.330.9900.65
HSL279.78º97.8%17.84%-
HSV(B)279.78º98.89%35.29%-
XYZ3.721.729.81-
YUV28.79162.55150.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.74%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=39.74%
G=0.66%
B=59.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal601900.330.9900.65279.7897.817.84
Hex3C15A21630411186212
Octal74113241143010143014222
Binary11110011011010100001110001101000001100011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,1,90); }

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

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

 a { background-color: rgb(60,1,90); }

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

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

 span { border-color: rgb(60,1,90); }

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