#3C0551

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

Shades of Blackcurrant #3C0551

Tints of Blackcurrant #3C0551

Color information

#3C0551 (or 0x3C0551) is unknown color: approx Blackcurrant. HEX triplet: 3C, 05 and 51. RGB value is (60,5,81). Sum of RGB (Red+Green+Blue) = 60+5+81=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C0551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0551 is #C3FAAE. Grayscale: #1D1D1D. Windows color (decimal): -12843695 or 5309756. OLE color: 5309756.

HSL color Cylindrical-coordinate representation of color #3C0551: hue angle of 283.42º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0551 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB60581-
CMYK0.260.9400.68
HSL283.42º88.37%16.86%-
HSV(B)283.42º93.83%31.76%-
XYZ3.41.667.93-
YUV30.11156.72149.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.10%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 81 (32.03% from 255) = 55.48%
R=41.10%
G=3.42%
B=55.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal605810.260.9400.68283.4288.3716.86
Hex3C5511A5E04411b5811
Octal74512132136010443313021
Binary111100101101000111010101111001000100100011011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,5,81); }

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

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

 a { background-color: rgb(60,5,81); }

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

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

 span { border-color: rgb(60,5,81); }

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