Html Css Color HEX #3D1549 Blackcurrant

📋 copy color: '#3D1549'

red 61 ◦ green 21 ◦ blue 73

#3D1549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #3D1549

Tints of Blackcurrant #3D1549

RGB

 RED value IS 61 (24.22% from 255) = 39.35%

 GREEN value IS 21 (8.59% from 255) = 13.55%

 BLUE value IS 73 (28.91% from 255) = 47.1%

R = 39.35%
G = 13.55%
B = 47.1%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D1549 (or 0x3D1549) is known color: Blackcurrant. HEX triplet: 3D, 15 and 49. RGB value is (61,21,73). Sum of RGB (Red+Green+Blue) = 61+21+73=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D1549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1549 is #C2EAB6. Grayscale: #262626. Windows color (decimal): -12774071 or 4789565. OLE color: 4789565.

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

Color convert

RGB 61 21 73 -
CMYK 0.16 0.71 0 0.71
HSL 286.15º 0.55% 0.18% -
HSV(B) 286.15º 0.71% 0.29% -
XYZ 3.4 2.01 6.51 -
YUV 38.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 61 21 73 0.16 0.71 0 0.71 286.15 0.55 0.18
Hex 3D 15 49 10 47 0 47 11E 37 12
Octal 75 25 111 20 107 0 107 436 67 22
Binary 111101 10101 1001001 10000 1000111 0 1000111 100011110 110111 10010

Color Harmonies of #3D1549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1549

Black with #3D1549

Text Example


Text Example

White with #3D1549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D1549;
 }
 .AnyTagClassName
 {
   color: #3D1549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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