Html Css Color HEX #390040 Blackcurrant

📋 copy color: '#390040'

red 57 ◦ green 0 ◦ blue 64

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

Shades of Blackcurrant #390040

Tints of Blackcurrant #390040

RGB

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

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

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

R = 47.11%
G = 0%
B = 52.89%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390040 (or 0x390040) is known color: Blackcurrant. HEX triplet: 39, 00 and 40. RGB value is (57,0,64). Sum of RGB (Red+Green+Blue) = 57+0+64=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #390040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390040 is #C6FFBF. Grayscale: #181818. Windows color (decimal): -13041600 or 4194361. OLE color: 4194361.

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

Color convert

RGB 57 0 64 -
CMYK 0.11 1 0 0.75
HSL 293.44º 1% 0.13% -
HSV(B) 293.44º 1% 0.25% -
XYZ 2.61 1.24 4.95 -
YUV 24.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 57 0 64 0.11 1 0 0.75 293.44 1 0.13
Hex 39 0 40 B 64 0 4B 125 64 D
Octal 71 0 100 13 144 0 113 445 144 15
Binary 111001 0 1000000 1011 1100100 0 1001011 100100101 1100100 1101

Color Harmonies of #390040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390040

Black with #390040

Text Example


Text Example

White with #390040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390040; }

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

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

background-color css

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

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

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

border-color css

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

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

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