#3D0550

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

Shades of Blackcurrant #3D0550

Tints of Blackcurrant #3D0550

Color information

#3D0550 (or 0x3D0550) is unknown color: approx Blackcurrant. HEX triplet: 3D, 05 and 50. RGB value is (61,5,80). Sum of RGB (Red+Green+Blue) = 61+5+80=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D0550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0550 is #C2FAAF. Grayscale: #1E1E1E. Windows color (decimal): -12778160 or 5244221. OLE color: 5244221.

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

Color convert

RGB61580-
CMYK0.240.9400.69
HSL284.8º88.24%16.67%-
HSV(B)284.8º93.75%31.37%-
XYZ3.431.687.73-
YUV30.29156.05149.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.78%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=41.78%
G=3.42%
B=54.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal615800.240.9400.69284.888.2416.67
Hex3D550185E04511d5811
Octal75512030136010543513021
Binary111101101101000011000101111001000101100011101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,5,80); }

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

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

 a { background-color: rgb(61,5,80); }

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

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

 span { border-color: rgb(61,5,80); }

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