#3C084D

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

Shades of Blackcurrant #3C084D

Tints of Blackcurrant #3C084D

Color information

#3C084D (or 0x3C084D) is unknown color: approx Blackcurrant. HEX triplet: 3C, 08 and 4D. RGB value is (60,8,77). Sum of RGB (Red+Green+Blue) = 60+8+77=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C084D is #C3F7B2. Grayscale: #1F1F1F. Windows color (decimal): -12842931 or 5048380. OLE color: 5048380.

HSL color Cylindrical-coordinate representation of color #3C084D: hue angle of 285.22º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C084D is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB60877-
CMYK0.220.9000.70
HSL285.22º81.18%16.67%-
HSV(B)285.22º89.61%30.2%-
XYZ3.291.677.17-
YUV31.41153.73148.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.38%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=41.38%
G=5.52%
B=53.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal608770.220.9000.70285.2281.1816.67
Hex3C84D165A04611d5111
Octal741011526132010643512121
Binary1111001000100110110110101101001000110100011101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,77); }

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

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

 a { background-color: rgb(60,8,77); }

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

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

 span { border-color: rgb(60,8,77); }

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