#3C0255

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

Shades of Blackcurrant #3C0255

Tints of Blackcurrant #3C0255

Color information

#3C0255 (or 0x3C0255) is unknown color: approx Blackcurrant. HEX triplet: 3C, 02 and 55. RGB value is (60,2,85). Sum of RGB (Red+Green+Blue) = 60+2+85=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C0255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0255 is #C3FDAA. Grayscale: #1C1C1C. Windows color (decimal): -12844459 or 5571132. OLE color: 5571132.

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

Color convert

RGB60285-
CMYK0.290.9800.67
HSL281.93º95.4%17.06%-
HSV(B)281.93º97.65%33.33%-
XYZ3.521.668.73-
YUV28.8159.72150.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=40.82%
G=1.36%
B=57.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal602850.290.9800.67281.9395.417.06
Hex3C2551D6204311a5f11
Octal74212535142010343213721
Binary11110010101010111101110001001000011100011010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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