#3C1349

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

Shades of Blackcurrant #3C1349

Tints of Blackcurrant #3C1349

Color information

#3C1349 (or 0x3C1349) is unknown color: approx Blackcurrant. HEX triplet: 3C, 13 and 49. RGB value is (60,19,73). Sum of RGB (Red+Green+Blue) = 60+19+73=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C1349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1349 is #C3ECB6. Grayscale: #252525. Windows color (decimal): -12840119 or 4789052. OLE color: 4789052.

HSL color Cylindrical-coordinate representation of color #3C1349: hue angle of 285.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C1349 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB601973-
CMYK0.180.7400.71
HSL285.56º58.7%18.04%-
HSV(B)285.56º73.97%28.63%-
XYZ3.31.916.5-
YUV37.42148.08144.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.47%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 73 (28.91% from 255) = 48.03%
R=39.47%
G=12.5%
B=48.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6019730.180.7400.71285.5658.718.04
Hex3C1349124A04711e3b12
Octal74231112211201074367322
Binary1111001001110010011001010010100100011110001111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,73); }

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

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

 a { background-color: rgb(60,19,73); }

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

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

 span { border-color: rgb(60,19,73); }

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