Html Css Color HEX #390740 Blackcurrant

📋 copy color: '#390740'

red 57 ◦ green 7 ◦ blue 64

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

Shades of Blackcurrant #390740

Tints of Blackcurrant #390740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.47%

 BLUE value IS 64 (25.39% from 255) = 50%

R = 44.53%
G = 5.47%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390740 (or 0x390740) is known color: Blackcurrant. HEX triplet: 39, 07 and 40. RGB value is (57,7,64). Sum of RGB (Red+Green+Blue) = 57+7+64=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #390740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390740 is #C6F8BF. Grayscale: #1C1C1C. Windows color (decimal): -13039808 or 4196153. OLE color: 4196153.

HSL color Cylindrical-coordinate representation of color #390740: hue angle of 292.63º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390740 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 7 64 -
CMYK 0.11 0.89 0 0.75
HSL 292.63º 0.8% 0.14% -
HSV(B) 292.63º 0.89% 0.25% -
XYZ 2.69 1.39 4.98 -
YUV 28.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 57 7 64 0.11 0.89 0 0.75 292.63 0.8 0.14
Hex 39 7 40 B 59 0 4B 125 50 E
Octal 71 7 100 13 131 0 113 445 120 16
Binary 111001 111 1000000 1011 1011001 0 1001011 100100101 1010000 1110

Color Harmonies of #390740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390740

Black with #390740

Text Example


Text Example

White with #390740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390740; }

 p { color: rgb(57,7,64); }

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

background-color css

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

 a { background-color: rgb(57,7,64); }

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

border-color css

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

 span { border-color: rgb(57,7,64); }

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