Html Css Color HEX #390955 Blackcurrant

📋 copy color: '#390955'

red 57 ◦ green 9 ◦ blue 85

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

Shades of Blackcurrant #390955

Tints of Blackcurrant #390955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 56.29%

R = 37.75%
G = 5.96%
B = 56.29%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#390955 (or 0x390955) is known color: Blackcurrant. HEX triplet: 39, 09 and 55. RGB value is (57,9,85). Sum of RGB (Red+Green+Blue) = 57+9+85=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #390955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390955 is #C6F6AA. Grayscale: #1F1F1F. Windows color (decimal): -13039275 or 5572921. OLE color: 5572921.

HSL color Cylindrical-coordinate representation of color #390955: hue angle of 277.89º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390955 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 9 85 -
CMYK 0.33 0.89 0 0.67
HSL 277.89º 0.81% 0.18% -
HSV(B) 277.89º 0.89% 0.33% -
XYZ 3.42 1.72 8.75 -
YUV 32.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 57 9 85 0.33 0.89 0 0.67 277.89 0.81 0.18
Hex 39 9 55 21 59 0 43 116 51 12
Octal 71 11 125 41 131 0 103 426 121 22
Binary 111001 1001 1010101 100001 1011001 0 1000011 100010110 1010001 10010

Color Harmonies of #390955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390955

Black with #390955

Text Example


Text Example

White with #390955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390955; }

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

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

background-color css

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

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

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

border-color css

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

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

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