Html Css Color HEX #390359 Blackcurrant

📋 copy color: '#390359'

red 57 ◦ green 3 ◦ blue 89

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

Shades of Blackcurrant #390359

Tints of Blackcurrant #390359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

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

R = 38.26%
G = 2.01%
B = 59.73%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#390359 (or 0x390359) is known color: Blackcurrant. HEX triplet: 39, 03 and 59. RGB value is (57,3,89). Sum of RGB (Red+Green+Blue) = 57+3+89=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #390359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390359 is #C6FCA6. Grayscale: #1C1C1C. Windows color (decimal): -13040807 or 5833529. OLE color: 5833529.

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

Color convert

RGB 57 3 89 -
CMYK 0.36 0.97 0 0.65
HSL 277.67º 0.93% 0.18% -
HSV(B) 277.67º 0.97% 0.35% -
XYZ 3.52 1.66 9.59 -
YUV 28.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 57 3 89 0.36 0.97 0 0.65 277.67 0.93 0.18
Hex 39 3 59 24 61 0 41 116 5D 12
Octal 71 3 131 44 141 0 101 426 135 22
Binary 111001 11 1011001 100100 1100001 0 1000001 100010110 1011101 10010

Color Harmonies of #390359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390359

Black with #390359

Text Example


Text Example

White with #390359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390359; }

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

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

background-color css

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

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

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

border-color css

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

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

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