#3C0455

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

Shades of Blackcurrant #3C0455

Tints of Blackcurrant #3C0455

Color information

#3C0455 (or 0x3C0455) is unknown color: approx Blackcurrant. HEX triplet: 3C, 04 and 55. RGB value is (60,4,85). Sum of RGB (Red+Green+Blue) = 60+4+85=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C0455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0455 is #C3FBAA. Grayscale: #1D1D1D. Windows color (decimal): -12843947 or 5571644. OLE color: 5571644.

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

Color convert

RGB60485-
CMYK0.290.9500.67
HSL281.48º91.01%17.45%-
HSV(B)281.48º95.29%33.33%-
XYZ3.551.78.74-
YUV29.98159.05149.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.27%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 85 (33.59% from 255) = 57.05%
R=40.27%
G=2.68%
B=57.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal604850.290.9500.67281.4891.0117.45
Hex3C4551D5F0431195b11
Octal74412535137010343113321
Binary111100100101010111101101111101000011100011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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