Html Css Color HEX #390056 Blackcurrant

📋 copy color: '#390056'

red 57 ◦ green 0 ◦ blue 86

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

Shades of Blackcurrant #390056

Tints of Blackcurrant #390056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.86%
G = 0%
B = 60.14%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#390056 (or 0x390056) is known color: Blackcurrant. HEX triplet: 39, 00 and 56. RGB value is (57,0,86). Sum of RGB (Red+Green+Blue) = 57+0+86=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #390056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390056 is #C6FFA9. Grayscale: #1A1A1A. Windows color (decimal): -13041578 or 5636153. OLE color: 5636153.

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

Color convert

RGB 57 0 86 -
CMYK 0.34 1 0 0.66
HSL 279.77º 1% 0.17% -
HSV(B) 279.77º 1% 0.34% -
XYZ 3.37 1.54 8.92 -
YUV 26.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 57 0 86 0.34 1 0 0.66 279.77 1 0.17
Hex 39 0 56 22 64 0 42 118 64 11
Octal 71 0 126 42 144 0 102 430 144 21
Binary 111001 0 1010110 100010 1100100 0 1000010 100011000 1100100 10001

Color Harmonies of #390056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390056

Black with #390056

Text Example


Text Example

White with #390056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390056; }

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

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

background-color css

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

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

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

border-color css

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

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

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