#3D1649

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

Shades of Blackcurrant #3D1649

Tints of Blackcurrant #3D1649

Color information

#3D1649 (or 0x3D1649) is unknown color: approx Blackcurrant. HEX triplet: 3D, 16 and 49. RGB value is (61,22,73). Sum of RGB (Red+Green+Blue) = 61+22+73=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D1649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1649 is #C2E9B6. Grayscale: #272727. Windows color (decimal): -12773815 or 4789821. OLE color: 4789821.

HSL color Cylindrical-coordinate representation of color #3D1649: hue angle of 285.88º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1649 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB612273-
CMYK0.160.7000.71
HSL285.88º53.68%18.63%-
HSV(B)285.88º69.86%28.63%-
XYZ3.412.056.52-
YUV39.48146.92143.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.10%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=39.10%
G=14.10%
B=46.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6122730.160.7000.71285.8853.6818.63
Hex3D1649104604711e3613
Octal75261112010601074366623
Binary1111011011010010011000010001100100011110001111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,22,73); }

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

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

 a { background-color: rgb(61,22,73); }

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

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

 span { border-color: rgb(61,22,73); }

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