#3D1E47

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

Shades of Blackcurrant #3D1E47

Tints of Blackcurrant #3D1E47

Color information

#3D1E47 (or 0x3D1E47) is unknown color: approx Blackcurrant. HEX triplet: 3D, 1E and 47. RGB value is (61,30,71). Sum of RGB (Red+Green+Blue) = 61+30+71=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D1E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1E47 is #C2E1B8. Grayscale: #2B2B2B. Windows color (decimal): -12771769 or 4660797. OLE color: 4660797.

HSL color Cylindrical-coordinate representation of color #3D1E47: hue angle of 285.37º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D1E47 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB613071-
CMYK0.140.5800.72
HSL285.37º40.59%19.8%-
HSV(B)285.37º57.75%27.84%-
XYZ3.532.386.23-
YUV43.94143.27140.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.65%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=37.65%
G=18.52%
B=43.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6130710.140.5800.72285.3740.5919.8
Hex3D1E47E3A04811d2914
Octal7536107167201104355124
Binary11110111110100011111101110100100100010001110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,30,71); }

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

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

 a { background-color: rgb(61,30,71); }

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

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

 span { border-color: rgb(61,30,71); }

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