#3C0955

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

Shades of Blackcurrant #3C0955

Tints of Blackcurrant #3C0955

Color information

#3C0955 (or 0x3C0955) is unknown color: approx Blackcurrant. HEX triplet: 3C, 09 and 55. RGB value is (60,9,85). Sum of RGB (Red+Green+Blue) = 60+9+85=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C0955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0955 is #C3F6AA. Grayscale: #202020. Windows color (decimal): -12842667 or 5572924. OLE color: 5572924.

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

Color convert

RGB60985-
CMYK0.290.8900.67
HSL280.26º80.85%18.43%-
HSV(B)280.26º89.41%33.33%-
XYZ3.61.818.75-
YUV32.91157.4147.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.96%
GREEN value IS 9 (3.91% from 255) = 5.84%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=38.96%
G=5.84%
B=55.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal609850.290.8900.67280.2680.8518.43
Hex3C9551D590431185112
Octal741112535131010343012122
Binary1111001001101010111101101100101000011100011000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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