Html Css Color HEX #391A49 Blackcurrant

📋 copy color: '#391A49'

red 57 ◦ green 26 ◦ blue 73

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

Shades of Blackcurrant #391A49

Tints of Blackcurrant #391A49

RGB

 RED value IS 57 (22.66% from 255) = 36.54%

 GREEN value IS 26 (10.55% from 255) = 16.67%

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

R = 36.54%
G = 16.67%
B = 46.79%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#391A49 (or 0x391A49) is known color: Blackcurrant. HEX triplet: 39, 1A and 49. RGB value is (57,26,73). Sum of RGB (Red+Green+Blue) = 57+26+73=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 26 (10.55% from 255 or 16.67% 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 #391A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A49 is #C6E5B6. Grayscale: #282828. Windows color (decimal): -13034935 or 4790841. OLE color: 4790841.

HSL color Cylindrical-coordinate representation of color #391A49: hue angle of 279.57º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #391A49 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 26 73 -
CMYK 0.22 0.64 0 0.71
HSL 279.57º 0.47% 0.19% -
HSV(B) 279.57º 0.64% 0.29% -
XYZ 3.26 2.09 6.53 -
YUV 40.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 57 26 73 0.22 0.64 0 0.71 279.57 0.47 0.19
Hex 39 1A 49 16 40 0 47 118 2F 13
Octal 71 32 111 26 100 0 107 430 57 23
Binary 111001 11010 1001001 10110 1000000 0 1000111 100011000 101111 10011

Color Harmonies of #391A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391A49

Black with #391A49

Text Example


Text Example

White with #391A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391A49; }

 p { color: rgb(57,26,73); }

 H1.HeaderClassName
 {
   color: #391A49;
 }
 .AnyTagClassName
 {
   color: #391A49;
 }
</style>

background-color css

<style>
 a { background-color: #391A49; }

 a { background-color: rgb(57,26,73); }

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

border-color css

<style>
 span { border-color: #391A49; }

 span { border-color: rgb(57,26,73); }

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