Html Css Color HEX #390950 Blackcurrant

📋 copy color: '#390950'

red 57 ◦ green 9 ◦ blue 80

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

Shades of Blackcurrant #390950

Tints of Blackcurrant #390950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.16%

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

R = 39.04%
G = 6.16%
B = 54.79%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#390950 (or 0x390950) is known color: Blackcurrant. HEX triplet: 39, 09 and 50. RGB value is (57,9,80). Sum of RGB (Red+Green+Blue) = 57+9+80=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #390950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390950 is #C6F6AF. Grayscale: #1F1F1F. Windows color (decimal): -13039280 or 5245241. OLE color: 5245241.

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

Color convert

RGB 57 9 80 -
CMYK 0.29 0.89 0 0.69
HSL 280.56º 0.8% 0.17% -
HSV(B) 280.56º 0.89% 0.31% -
XYZ 3.23 1.64 7.74 -
YUV 31.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 57 9 80 0.29 0.89 0 0.69 280.56 0.8 0.17
Hex 39 9 50 1D 59 0 45 119 50 11
Octal 71 11 120 35 131 0 105 431 120 21
Binary 111001 1001 1010000 11101 1011001 0 1000101 100011001 1010000 10001

Color Harmonies of #390950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390950

Black with #390950

Text Example


Text Example

White with #390950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390950; }

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

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

background-color css

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

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

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

border-color css

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

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

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