#3C1055

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

Shades of Blackcurrant #3C1055

Tints of Blackcurrant #3C1055

Color information

#3C1055 (or 0x3C1055) is unknown color: approx Blackcurrant. HEX triplet: 3C, 10 and 55. RGB value is (60,16,85). Sum of RGB (Red+Green+Blue) = 60+16+85=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C1055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1055 is #C3EFAA. Grayscale: #242424. Windows color (decimal): -12840875 or 5574716. OLE color: 5574716.

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

Color convert

RGB601685-
CMYK0.290.8100.67
HSL278.26º68.32%19.8%-
HSV(B)278.26º81.18%33.33%-
XYZ3.691.998.78-
YUV37.02155.08144.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=37.27%
G=9.94%
B=52.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6016850.290.8100.67278.2668.3219.8
Hex3C10551D510431164414
Octal742012535121010342610424
Binary11110010000101010111101101000101000011100010110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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