Html Css Color HEX #390540 Blackcurrant

📋 copy color: '#390540'

red 57 ◦ green 5 ◦ blue 64

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

Shades of Blackcurrant #390540

Tints of Blackcurrant #390540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 50.79%

R = 45.24%
G = 3.97%
B = 50.79%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390540 (or 0x390540) is known color: Blackcurrant. HEX triplet: 39, 05 and 40. RGB value is (57,5,64). Sum of RGB (Red+Green+Blue) = 57+5+64=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #390540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390540 is #C6FABF. Grayscale: #1B1B1B. Windows color (decimal): -13040320 or 4195641. OLE color: 4195641.

HSL color Cylindrical-coordinate representation of color #390540: hue angle of 292.88º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390540 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 5 64 -
CMYK 0.11 0.92 0 0.75
HSL 292.88º 0.86% 0.14% -
HSV(B) 292.88º 0.92% 0.25% -
XYZ 2.67 1.35 4.97 -
YUV 27.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 57 5 64 0.11 0.92 0 0.75 292.88 0.86 0.14
Hex 39 5 40 B 5C 0 4B 125 56 E
Octal 71 5 100 13 134 0 113 445 126 16
Binary 111001 101 1000000 1011 1011100 0 1001011 100100101 1010110 1110

Color Harmonies of #390540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390540

Black with #390540

Text Example


Text Example

White with #390540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390540; }

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

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

background-color css

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

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

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

border-color css

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

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

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