Html Css Color HEX #391550 Blackcurrant

📋 copy color: '#391550'

red 57 ◦ green 21 ◦ blue 80

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

Shades of Blackcurrant #391550

Tints of Blackcurrant #391550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

 BLUE value IS 80 (31.64% from 255) = 50.63%

R = 36.08%
G = 13.29%
B = 50.63%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#391550 (or 0x391550) is known color: Blackcurrant. HEX triplet: 39, 15 and 50. RGB value is (57,21,80). Sum of RGB (Red+Green+Blue) = 57+21+80=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #391550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391550 is #C6EAAF. Grayscale: #262626. Windows color (decimal): -13036208 or 5248313. OLE color: 5248313.

HSL color Cylindrical-coordinate representation of color #391550: hue angle of 276.61º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #391550 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 21 80 -
CMYK 0.29 0.74 0 0.69
HSL 276.61º 0.58% 0.2% -
HSV(B) 276.61º 0.74% 0.31% -
XYZ 3.4 1.99 7.79 -
YUV 38.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 57 21 80 0.29 0.74 0 0.69 276.61 0.58 0.2
Hex 39 15 50 1D 4A 0 45 115 3A 14
Octal 71 25 120 35 112 0 105 425 72 24
Binary 111001 10101 1010000 11101 1001010 0 1000101 100010101 111010 10100

Color Harmonies of #391550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391550

Black with #391550

Text Example


Text Example

White with #391550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391550; }

 p { color: rgb(57,21,80); }

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

background-color css

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

 a { background-color: rgb(57,21,80); }

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

border-color css

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

 span { border-color: rgb(57,21,80); }

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