#3C0655

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

Shades of Blackcurrant #3C0655

Tints of Blackcurrant #3C0655

Color information

#3C0655 (or 0x3C0655) is unknown color: approx Blackcurrant. HEX triplet: 3C, 06 and 55. RGB value is (60,6,85). Sum of RGB (Red+Green+Blue) = 60+6+85=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C0655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0655 is #C3F9AA. Grayscale: #1E1E1E. Windows color (decimal): -12843435 or 5572156. OLE color: 5572156.

HSL color Cylindrical-coordinate representation of color #3C0655: hue angle of 281.01º 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 #3C0655 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB60685-
CMYK0.290.9300.67
HSL281.01º86.81%17.84%-
HSV(B)281.01º92.94%33.33%-
XYZ3.571.758.74-
YUV31.15158.39148.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.74%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 85 (33.59% from 255) = 56.29%
R=39.74%
G=3.97%
B=56.29%

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
Decimal606850.290.9300.67281.0186.8117.84
Hex3C6551D5D0431195712
Octal74612535135010343112722
Binary111100110101010111101101110101000011100011001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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