Html Css Color HEX #3D1C49 Blackcurrant

📋 copy color: '#3D1C49'

red 61 ◦ green 28 ◦ blue 73

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

Shades of Blackcurrant #3D1C49

Tints of Blackcurrant #3D1C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.28%

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

R = 37.65%
G = 17.28%
B = 45.06%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D1C49 (or 0x3D1C49) is known color: Blackcurrant. HEX triplet: 3D, 1C and 49. RGB value is (61,28,73). Sum of RGB (Red+Green+Blue) = 61+28+73=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D1C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C49 is #C2E3B6. Grayscale: #2A2A2A. Windows color (decimal): -12772279 or 4791357. OLE color: 4791357.

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

Color convert

RGB 61 28 73 -
CMYK 0.16 0.62 0 0.71
HSL 284º 0.45% 0.2% -
HSV(B) 284º 0.62% 0.29% -
XYZ 3.54 2.3 6.56 -
YUV 43 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 61 28 73 0.16 0.62 0 0.71 284 0.45 0.2
Hex 3D 1C 49 10 3E 0 47 11C 2D 14
Octal 75 34 111 20 76 0 107 434 55 24
Binary 111101 11100 1001001 10000 111110 0 1000111 100011100 101101 10100

Color Harmonies of #3D1C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1C49

Black with #3D1C49

Text Example


Text Example

White with #3D1C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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