Html Css Color HEX #390941 Blackcurrant

📋 copy color: '#390941'

red 57 ◦ green 9 ◦ blue 65

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

Shades of Blackcurrant #390941

Tints of Blackcurrant #390941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 49.62%

R = 43.51%
G = 6.87%
B = 49.62%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390941 (or 0x390941) is known color: Blackcurrant. HEX triplet: 39, 09 and 41. RGB value is (57,9,65). Sum of RGB (Red+Green+Blue) = 57+9+65=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #390941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390941 is #C6F6BE. Grayscale: #1D1D1D. Windows color (decimal): -13039295 or 4262201. OLE color: 4262201.

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

Color convert

RGB 57 9 65 -
CMYK 0.12 0.86 0 0.75
HSL 291.43º 0.76% 0.15% -
HSV(B) 291.43º 0.86% 0.25% -
XYZ 2.74 1.45 5.14 -
YUV 29.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 57 9 65 0.12 0.86 0 0.75 291.43 0.76 0.15
Hex 39 9 41 C 56 0 4B 123 4C F
Octal 71 11 101 14 126 0 113 443 114 17
Binary 111001 1001 1000001 1100 1010110 0 1001011 100100011 1001100 1111

Color Harmonies of #390941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390941

Black with #390941

Text Example


Text Example

White with #390941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390941; }

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

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

background-color css

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

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

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

border-color css

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

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

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