Html Css Color HEX #390356 Blackcurrant

📋 copy color: '#390356'

red 57 ◦ green 3 ◦ blue 86

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

Shades of Blackcurrant #390356

Tints of Blackcurrant #390356

RGB

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

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

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

R = 39.04%
G = 2.05%
B = 58.9%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#390356 (or 0x390356) is known color: Blackcurrant. HEX triplet: 39, 03 and 56. RGB value is (57,3,86). Sum of RGB (Red+Green+Blue) = 57+3+86=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 86 (33.98% from 255 or 58.90% from 146); Max value from RGB is 86 - color contains mainly: blue. Hex color #390356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390356 is #C6FCA9. Grayscale: #1C1C1C. Windows color (decimal): -13040810 or 5636921. OLE color: 5636921.

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

Color convert

RGB 57 3 86 -
CMYK 0.34 0.97 0 0.66
HSL 279.04º 0.93% 0.17% -
HSV(B) 279.04º 0.97% 0.34% -
XYZ 3.4 1.61 8.94 -
YUV 28.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 57 3 86 0.34 0.97 0 0.66 279.04 0.93 0.17
Hex 39 3 56 22 61 0 42 117 5D 11
Octal 71 3 126 42 141 0 102 427 135 21
Binary 111001 11 1010110 100010 1100001 0 1000010 100010111 1011101 10001

Color Harmonies of #390356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390356

Black with #390356

Text Example


Text Example

White with #390356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390356; }

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

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

background-color css

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

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

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

border-color css

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

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

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