Html Css Color HEX #3D1849 Blackcurrant

📋 copy color: '#3D1849'

red 61 ◦ green 24 ◦ blue 73

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

Shades of Blackcurrant #3D1849

Tints of Blackcurrant #3D1849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 38.61%
G = 15.19%
B = 46.2%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D1849 (or 0x3D1849) is known color: Blackcurrant. HEX triplet: 3D, 18 and 49. RGB value is (61,24,73). Sum of RGB (Red+Green+Blue) = 61+24+73=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D1849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1849 is #C2E7B6. Grayscale: #282828. Windows color (decimal): -12773303 or 4790333. OLE color: 4790333.

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

Color convert

RGB 61 24 73 -
CMYK 0.16 0.67 0 0.71
HSL 285.31º 0.51% 0.19% -
HSV(B) 285.31º 0.67% 0.29% -
XYZ 3.45 2.13 6.53 -
YUV 40.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 61 24 73 0.16 0.67 0 0.71 285.31 0.51 0.19
Hex 3D 18 49 10 43 0 47 11D 33 13
Octal 75 30 111 20 103 0 107 435 63 23
Binary 111101 11000 1001001 10000 1000011 0 1000111 100011101 110011 10011

Color Harmonies of #3D1849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1849

Black with #3D1849

Text Example


Text Example

White with #3D1849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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