#3C0654

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

Shades of Blackcurrant #3C0654

Tints of Blackcurrant #3C0654

Color information

#3C0654 (or 0x3C0654) is unknown color: approx Blackcurrant. HEX triplet: 3C, 06 and 54. RGB value is (60,6,84). Sum of RGB (Red+Green+Blue) = 60+6+84=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C0654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0654 is #C3F9AB. Grayscale: #1E1E1E. Windows color (decimal): -12843436 or 5506620. OLE color: 5506620.

HSL color Cylindrical-coordinate representation of color #3C0654: hue angle of 281.54º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0654 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB60684-
CMYK0.290.9300.67
HSL281.54º86.67%17.65%-
HSV(B)281.54º92.86%32.94%-
XYZ3.531.738.54-
YUV31.04157.89148.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 84 (33.20% from 255) = 56%
R=40%
G=4%
B=56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal606840.290.9300.67281.5486.6717.65
Hex3C6541D5D04311a5712
Octal74612435135010343212722
Binary111100110101010011101101110101000011100011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,6,84); }

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

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

 a { background-color: rgb(60,6,84); }

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

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

 span { border-color: rgb(60,6,84); }

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