Html Css Color HEX #390441 Blackcurrant

📋 copy color: '#390441'

red 57 ◦ green 4 ◦ blue 65

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

Shades of Blackcurrant #390441

Tints of Blackcurrant #390441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.17%

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

R = 45.24%
G = 3.17%
B = 51.59%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390441 (or 0x390441) is known color: Blackcurrant. HEX triplet: 39, 04 and 41. RGB value is (57,4,65). Sum of RGB (Red+Green+Blue) = 57+4+65=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #390441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390441 is #C6FBBE. Grayscale: #1A1A1A. Windows color (decimal): -13040575 or 4260921. OLE color: 4260921.

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

Color convert

RGB 57 4 65 -
CMYK 0.12 0.94 0 0.75
HSL 292.13º 0.88% 0.14% -
HSV(B) 292.13º 0.94% 0.25% -
XYZ 2.68 1.34 5.12 -
YUV 26.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 57 4 65 0.12 0.94 0 0.75 292.13 0.88 0.14
Hex 39 4 41 C 5E 0 4B 124 58 E
Octal 71 4 101 14 136 0 113 444 130 16
Binary 111001 100 1000001 1100 1011110 0 1001011 100100100 1011000 1110

Color Harmonies of #390441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390441

Black with #390441

Text Example


Text Example

White with #390441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390441; }

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

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

background-color css

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

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

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

border-color css

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

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

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