Html Css Color HEX #390750 Blackcurrant

📋 copy color: '#390750'

red 57 ◦ green 7 ◦ blue 80

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

Shades of Blackcurrant #390750

Tints of Blackcurrant #390750

RGB

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

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

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

R = 39.58%
G = 4.86%
B = 55.56%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#390750 (or 0x390750) is known color: Blackcurrant. HEX triplet: 39, 07 and 50. RGB value is (57,7,80). Sum of RGB (Red+Green+Blue) = 57+7+80=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #390750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390750 is #C6F8AF. Grayscale: #1E1E1E. Windows color (decimal): -13039792 or 5244729. OLE color: 5244729.

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

Color convert

RGB 57 7 80 -
CMYK 0.29 0.91 0 0.69
HSL 281.1º 0.84% 0.17% -
HSV(B) 281.1º 0.91% 0.31% -
XYZ 3.21 1.6 7.73 -
YUV 30.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 57 7 80 0.29 0.91 0 0.69 281.1 0.84 0.17
Hex 39 7 50 1D 5B 0 45 119 54 11
Octal 71 7 120 35 133 0 105 431 124 21
Binary 111001 111 1010000 11101 1011011 0 1000101 100011001 1010100 10001

Color Harmonies of #390750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390750

Black with #390750

Text Example


Text Example

White with #390750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390750; }

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

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

background-color css

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

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

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

border-color css

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

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

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