#3C074F

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

Shades of Blackcurrant #3C074F

Tints of Blackcurrant #3C074F

Color information

#3C074F (or 0x3C074F) is unknown color: approx Blackcurrant. HEX triplet: 3C, 07 and 4F. RGB value is (60,7,79). Sum of RGB (Red+Green+Blue) = 60+7+79=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C074F is #C3F8B0. Grayscale: #1E1E1E. Windows color (decimal): -12843185 or 5179196. OLE color: 5179196.

HSL color Cylindrical-coordinate representation of color #3C074F: hue angle of 284.17º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C074F is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB60779-
CMYK0.240.9100.69
HSL284.17º83.72%16.86%-
HSV(B)284.17º91.14%30.98%-
XYZ3.351.687.54-
YUV31.06155.06148.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.10%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 79 (31.25% from 255) = 54.11%
R=41.10%
G=4.79%
B=54.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal607790.240.9100.69284.1783.7216.86
Hex3C74F185B04511c5411
Octal74711730133010543412421
Binary111100111100111111000101101101000101100011100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,7,79); }

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

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

 a { background-color: rgb(60,7,79); }

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

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

 span { border-color: rgb(60,7,79); }

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