Html Css Color HEX #3A1949 Blackcurrant

📋 copy color: '#3A1949'

red 58 ◦ green 25 ◦ blue 73

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

Shades of Blackcurrant #3A1949

Tints of Blackcurrant #3A1949

RGB

 RED value IS 58 (23.05% from 255) = 37.18%

 GREEN value IS 25 (10.16% from 255) = 16.03%

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

R = 37.18%
G = 16.03%
B = 46.79%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A1949 (or 0x3A1949) is known color: Blackcurrant. HEX triplet: 3A, 19 and 49. RGB value is (58,25,73). Sum of RGB (Red+Green+Blue) = 58+25+73=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A1949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1949 is #C5E6B6. Grayscale: #282828. Windows color (decimal): -12969655 or 4790586. OLE color: 4790586.

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

Color convert

RGB 58 25 73 -
CMYK 0.21 0.66 0 0.71
HSL 281.25º 0.49% 0.19% -
HSV(B) 281.25º 0.66% 0.29% -
XYZ 3.3 2.08 6.53 -
YUV 40.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 58 25 73 0.21 0.66 0 0.71 281.25 0.49 0.19
Hex 3A 19 49 15 42 0 47 119 31 13
Octal 72 31 111 25 102 0 107 431 61 23
Binary 111010 11001 1001001 10101 1000010 0 1000111 100011001 110001 10011

Color Harmonies of #3A1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1949

Black with #3A1949

Text Example


Text Example

White with #3A1949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,25,73); }

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

background-color css

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

 a { background-color: rgb(58,25,73); }

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

border-color css

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

 span { border-color: rgb(58,25,73); }

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