#3D1546

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

Shades of Blackcurrant #3D1546

Tints of Blackcurrant #3D1546

Color information

#3D1546 (or 0x3D1546) is unknown color: approx Blackcurrant. HEX triplet: 3D, 15 and 46. RGB value is (61,21,70). Sum of RGB (Red+Green+Blue) = 61+21+70=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D1546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1546 is #C2EAB9. Grayscale: #262626. Windows color (decimal): -12774074 or 4592957. OLE color: 4592957.

HSL color Cylindrical-coordinate representation of color #3D1546: hue angle of 288.98º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1546 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB612170-
CMYK0.130.7000.73
HSL288.98º53.85%17.84%-
HSV(B)288.98º70%27.45%-
XYZ3.31.976-
YUV38.55145.75144.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 70 (27.73% from 255) = 46.05%
R=40.13%
G=13.82%
B=46.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6121700.130.7000.73288.9853.8517.84
Hex3D1546D460491213612
Octal75251061510601114416622
Binary111101101011000110110110001100100100110010000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,21,70); }

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

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

 a { background-color: rgb(61,21,70); }

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

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

 span { border-color: rgb(61,21,70); }

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