#3D1246

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

Shades of Blackcurrant #3D1246

Tints of Blackcurrant #3D1246

Color information

#3D1246 (or 0x3D1246) is unknown color: approx Blackcurrant. HEX triplet: 3D, 12 and 46. RGB value is (61,18,70). Sum of RGB (Red+Green+Blue) = 61+18+70=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D1246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1246 is #C2EDB9. Grayscale: #242424. Windows color (decimal): -12774842 or 4592189. OLE color: 4592189.

HSL color Cylindrical-coordinate representation of color #3D1246: hue angle of 289.62º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1246 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB611870-
CMYK0.130.7400.73
HSL289.62º59.09%17.25%-
HSV(B)289.62º74.29%27.45%-
XYZ3.251.875.98-
YUV36.78146.75145.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.94%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 70 (27.73% from 255) = 46.98%
R=40.94%
G=12.08%
B=46.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6118700.130.7400.73289.6259.0917.25
Hex3D1246D4A0491223b11
Octal75221061511201114427321
Binary111101100101000110110110010100100100110010001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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