#3C104A

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

Shades of Blackcurrant #3C104A

Tints of Blackcurrant #3C104A

Color information

#3C104A (or 0x3C104A) is unknown color: approx Blackcurrant. HEX triplet: 3C, 10 and 4A. RGB value is (60,16,74). Sum of RGB (Red+Green+Blue) = 60+16+74=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C104A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C104A is #C3EFB5. Grayscale: #232323. Windows color (decimal): -12840886 or 4853820. OLE color: 4853820.

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

Color convert

RGB601674-
CMYK0.190.7800.71
HSL285.52º64.44%17.65%-
HSV(B)285.52º78.38%29.02%-
XYZ3.281.836.66-
YUV35.77149.58145.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 74 (29.30% from 255) = 49.33%
R=40%
G=10.67%
B=49.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6016740.190.7800.71285.5264.4417.65
Hex3C104A134E04711e4012
Octal742011223116010743610022
Binary11110010000100101010011100111001000111100011110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,16,74); }

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

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

 a { background-color: rgb(60,16,74); }

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

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

 span { border-color: rgb(60,16,74); }

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