Html Css Color HEX #391949 Blackcurrant

📋 copy color: '#391949'

red 57 ◦ green 25 ◦ blue 73

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

Shades of Blackcurrant #391949

Tints of Blackcurrant #391949

RGB

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

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

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

R = 36.77%
G = 16.13%
B = 47.1%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#391949 (or 0x391949) is known color: Blackcurrant. HEX triplet: 39, 19 and 49. RGB value is (57,25,73). Sum of RGB (Red+Green+Blue) = 57+25+73=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 25 (10.16% from 255 or 16.13% 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 #391949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391949 is #C6E6B6. Grayscale: #272727. Windows color (decimal): -13035191 or 4790585. OLE color: 4790585.

HSL color Cylindrical-coordinate representation of color #391949: hue angle of 280º 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 #391949 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 25 73 -
CMYK 0.22 0.66 0 0.71
HSL 280º 0.49% 0.19% -
HSV(B) 280º 0.66% 0.29% -
XYZ 3.24 2.05 6.53 -
YUV 40.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 57 25 73 0.22 0.66 0 0.71 280 0.49 0.19
Hex 39 19 49 16 42 0 47 118 31 13
Octal 71 31 111 26 102 0 107 430 61 23
Binary 111001 11001 1001001 10110 1000010 0 1000111 100011000 110001 10011

Color Harmonies of #391949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391949

Black with #391949

Text Example


Text Example

White with #391949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391949; }

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

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

background-color css

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

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

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

border-color css

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

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

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