#3C044F

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

Shades of Blackcurrant #3C044F

Tints of Blackcurrant #3C044F

Color information

#3C044F (or 0x3C044F) is unknown color: approx Blackcurrant. HEX triplet: 3C, 04 and 4F. RGB value is (60,4,79). Sum of RGB (Red+Green+Blue) = 60+4+79=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C044F is #C3FBB0. Grayscale: #1D1D1D. Windows color (decimal): -12843953 or 5178428. OLE color: 5178428.

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

Color convert

RGB60479-
CMYK0.240.9500.69
HSL284.8º90.36%16.27%-
HSV(B)284.8º94.94%30.98%-
XYZ3.321.617.53-
YUV29.29156.05149.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.96%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 79 (31.25% from 255) = 55.24%
R=41.96%
G=2.80%
B=55.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal604790.240.9500.69284.890.3616.27
Hex3C44F185F04511d5a10
Octal74411730137010543513220
Binary111100100100111111000101111101000101100011101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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