Html Css Color HEX #390940 Blackcurrant

📋 copy color: '#390940'

red 57 ◦ green 9 ◦ blue 64

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

Shades of Blackcurrant #390940

Tints of Blackcurrant #390940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

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

R = 43.85%
G = 6.92%
B = 49.23%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390940 (or 0x390940) is known color: Blackcurrant. HEX triplet: 39, 09 and 40. RGB value is (57,9,64). Sum of RGB (Red+Green+Blue) = 57+9+64=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #390940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390940 is #C6F6BF. Grayscale: #1D1D1D. Windows color (decimal): -13039296 or 4196665. OLE color: 4196665.

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

Color convert

RGB 57 9 64 -
CMYK 0.11 0.86 0 0.75
HSL 292.36º 0.75% 0.14% -
HSV(B) 292.36º 0.86% 0.25% -
XYZ 2.71 1.44 4.98 -
YUV 29.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 57 9 64 0.11 0.86 0 0.75 292.36 0.75 0.14
Hex 39 9 40 B 56 0 4B 124 4B E
Octal 71 11 100 13 126 0 113 444 113 16
Binary 111001 1001 1000000 1011 1010110 0 1001011 100100100 1001011 1110

Color Harmonies of #390940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390940

Black with #390940

Text Example


Text Example

White with #390940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390940; }

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

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

background-color css

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

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

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

border-color css

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

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

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