#3C0456

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

Shades of Blackcurrant #3C0456

Tints of Blackcurrant #3C0456

Color information

#3C0456 (or 0x3C0456) is unknown color: approx Blackcurrant. HEX triplet: 3C, 04 and 56. RGB value is (60,4,86). Sum of RGB (Red+Green+Blue) = 60+4+86=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #3C0456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0456 is #C3FBA9. Grayscale: #1D1D1D. Windows color (decimal): -12843946 or 5637180. OLE color: 5637180.

HSL color Cylindrical-coordinate representation of color #3C0456: hue angle of 280.98º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0456 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB60486-
CMYK0.300.9500.66
HSL280.98º91.11%17.65%-
HSV(B)280.98º95.35%33.73%-
XYZ3.591.728.95-
YUV30.09159.55149.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 86 (33.98% from 255) = 57.33%
R=40%
G=2.67%
B=57.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal604860.300.9500.66280.9891.1117.65
Hex3C4561E5F0421195b12
Octal74412636137010243113322
Binary111100100101011011110101111101000010100011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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