#3D0551

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

Shades of Blackcurrant #3D0551

Tints of Blackcurrant #3D0551

Color information

#3D0551 (or 0x3D0551) is unknown color: approx Blackcurrant. HEX triplet: 3D, 05 and 51. RGB value is (61,5,81). Sum of RGB (Red+Green+Blue) = 61+5+81=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D0551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0551 is #C2FAAE. Grayscale: #1E1E1E. Windows color (decimal): -12778159 or 5309757. OLE color: 5309757.

HSL color Cylindrical-coordinate representation of color #3D0551: hue angle of 284.21º 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 #3D0551 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB61581-
CMYK0.250.9400.68
HSL284.21º88.37%16.86%-
HSV(B)284.21º93.83%31.76%-
XYZ3.461.697.93-
YUV30.41156.55149.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.50%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=41.50%
G=3.40%
B=55.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal615810.250.9400.68284.2188.3716.86
Hex3D551195E04411c5811
Octal75512131136010443413021
Binary111101101101000111001101111001000100100011100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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