Html Css Color HEX #390556 Blackcurrant

📋 copy color: '#390556'

red 57 ◦ green 5 ◦ blue 86

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

Shades of Blackcurrant #390556

Tints of Blackcurrant #390556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.38%

 BLUE value IS 86 (33.98% from 255) = 58.11%

R = 38.51%
G = 3.38%
B = 58.11%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#390556 (or 0x390556) is known color: Blackcurrant. HEX triplet: 39, 05 and 56. RGB value is (57,5,86). Sum of RGB (Red+Green+Blue) = 57+5+86=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #390556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390556 is #C6FAA9. Grayscale: #1D1D1D. Windows color (decimal): -13040298 or 5637433. OLE color: 5637433.

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

Color convert

RGB 57 5 86 -
CMYK 0.34 0.94 0 0.66
HSL 278.52º 0.89% 0.18% -
HSV(B) 278.52º 0.94% 0.34% -
XYZ 3.42 1.65 8.94 -
YUV 29.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 57 5 86 0.34 0.94 0 0.66 278.52 0.89 0.18
Hex 39 5 56 22 5E 0 42 117 59 12
Octal 71 5 126 42 136 0 102 427 131 22
Binary 111001 101 1010110 100010 1011110 0 1000010 100010111 1011001 10010

Color Harmonies of #390556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390556

Black with #390556

Text Example


Text Example

White with #390556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390556; }

 p { color: rgb(57,5,86); }

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

background-color css

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

 a { background-color: rgb(57,5,86); }

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

border-color css

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

 span { border-color: rgb(57,5,86); }

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