Html Css Color HEX #390957 Blackcurrant

📋 copy color: '#390957'

red 57 ◦ green 9 ◦ blue 87

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

Shades of Blackcurrant #390957

Tints of Blackcurrant #390957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 56.86%

R = 37.25%
G = 5.88%
B = 56.86%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#390957 (or 0x390957) is known color: Blackcurrant. HEX triplet: 39, 09 and 57. RGB value is (57,9,87). Sum of RGB (Red+Green+Blue) = 57+9+87=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #390957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390957 is #C6F6A8. Grayscale: #1F1F1F. Windows color (decimal): -13039273 or 5703993. OLE color: 5703993.

HSL color Cylindrical-coordinate representation of color #390957: hue angle of 276.92º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390957 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 9 87 -
CMYK 0.34 0.90 0 0.66
HSL 276.92º 0.81% 0.19% -
HSV(B) 276.92º 0.9% 0.34% -
XYZ 3.51 1.75 9.17 -
YUV 32.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 57 9 87 0.34 0.90 0 0.66 276.92 0.81 0.19
Hex 39 9 57 22 5A 0 42 115 51 13
Octal 71 11 127 42 132 0 102 425 121 23
Binary 111001 1001 1010111 100010 1011010 0 1000010 100010101 1010001 10011

Color Harmonies of #390957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390957

Black with #390957

Text Example


Text Example

White with #390957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390957; }

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

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

background-color css

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

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

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

border-color css

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

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

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