Html Css Color HEX #390059 Blackcurrant

📋 copy color: '#390059'

red 57 ◦ green 0 ◦ blue 89

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

Shades of Blackcurrant #390059

Tints of Blackcurrant #390059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 60.96%

R = 39.04%
G = 0%
B = 60.96%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#390059 (or 0x390059) is known color: Blackcurrant. HEX triplet: 39, 00 and 59. RGB value is (57,0,89). Sum of RGB (Red+Green+Blue) = 57+0+89=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #390059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390059 is #C6FFA6. Grayscale: #1A1A1A. Windows color (decimal): -13041575 or 5832761. OLE color: 5832761.

HSL color Cylindrical-coordinate representation of color #390059: hue angle of 278.43º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390059 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 0 89 -
CMYK 0.36 1 0 0.65
HSL 278.43º 1% 0.17% -
HSV(B) 278.43º 1% 0.35% -
XYZ 3.49 1.59 9.57 -
YUV 27.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 57 0 89 0.36 1 0 0.65 278.43 1 0.17
Hex 39 0 59 24 64 0 41 116 64 11
Octal 71 0 131 44 144 0 101 426 144 21
Binary 111001 0 1011001 100100 1100100 0 1000001 100010110 1100100 10001

Color Harmonies of #390059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390059

Black with #390059

Text Example


Text Example

White with #390059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390059; }

 p { color: rgb(57,0,89); }

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

background-color css

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

 a { background-color: rgb(57,0,89); }

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

border-color css

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

 span { border-color: rgb(57,0,89); }

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