Html Css Color HEX #391049 Blackcurrant

📋 copy color: '#391049'

red 57 ◦ green 16 ◦ blue 73

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

Shades of Blackcurrant #391049

Tints of Blackcurrant #391049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

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

R = 39.04%
G = 10.96%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#391049 (or 0x391049) is known color: Blackcurrant. HEX triplet: 39, 10 and 49. RGB value is (57,16,73). Sum of RGB (Red+Green+Blue) = 57+16+73=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #391049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391049 is #C6EFB6. Grayscale: #222222. Windows color (decimal): -13037495 or 4788281. OLE color: 4788281.

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

Color convert

RGB 57 16 73 -
CMYK 0.22 0.78 0 0.71
HSL 283.16º 0.64% 0.17% -
HSV(B) 283.16º 0.78% 0.29% -
XYZ 3.08 1.72 6.47 -
YUV 34.76 149.58 143.87 -
System Red Green Blue C M Y K H S L
Decimal 57 16 73 0.22 0.78 0 0.71 283.16 0.64 0.17
Hex 39 10 49 16 4E 0 47 11B 40 11
Octal 71 20 111 26 116 0 107 433 100 21
Binary 111001 10000 1001001 10110 1001110 0 1000111 100011011 1000000 10001

Color Harmonies of #391049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391049

Black with #391049

Text Example


Text Example

White with #391049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391049; }

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

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

background-color css

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

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

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

border-color css

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

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

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