#3D1349

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

Shades of Blackcurrant #3D1349

Tints of Blackcurrant #3D1349

Color information

#3D1349 (or 0x3D1349) is unknown color: approx Blackcurrant. HEX triplet: 3D, 13 and 49. RGB value is (61,19,73). Sum of RGB (Red+Green+Blue) = 61+19+73=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D1349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1349 is #C2ECB6. Grayscale: #252525. Windows color (decimal): -12774583 or 4789053. OLE color: 4789053.

HSL color Cylindrical-coordinate representation of color #3D1349: hue angle of 286.67º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1349 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB611973-
CMYK0.160.7400.71
HSL286.67º58.7%18.04%-
HSV(B)286.67º73.97%28.63%-
XYZ3.361.946.5-
YUV37.71147.91144.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.87%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 73 (28.91% from 255) = 47.71%
R=39.87%
G=12.42%
B=47.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6119730.160.7400.71286.6758.718.04
Hex3D1349104A04711f3b12
Octal75231112011201074377322
Binary1111011001110010011000010010100100011110001111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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