Html Css Color HEX #390E53 Blackcurrant

📋 copy color: '#390E53'

red 57 ◦ green 14 ◦ blue 83

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

Shades of Blackcurrant #390E53

Tints of Blackcurrant #390E53

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.09%

 BLUE value IS 83 (32.81% from 255) = 53.9%

R = 37.01%
G = 9.09%
B = 53.9%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#390E53 (or 0x390E53) is known color: Blackcurrant. HEX triplet: 39, 0E and 53. RGB value is (57,14,83). Sum of RGB (Red+Green+Blue) = 57+14+83=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #390E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390E53 is #C6F1AC. Grayscale: #222222. Windows color (decimal): -13037997 or 5443129. OLE color: 5443129.

HSL color Cylindrical-coordinate representation of color #390E53: hue angle of 277.39º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #390E53 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 14 83 -
CMYK 0.31 0.83 0 0.67
HSL 277.39º 0.71% 0.19% -
HSV(B) 277.39º 0.83% 0.33% -
XYZ 3.41 1.81 8.35 -
YUV 34.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 57 14 83 0.31 0.83 0 0.67 277.39 0.71 0.19
Hex 39 E 53 1F 53 0 43 115 47 13
Octal 71 16 123 37 123 0 103 425 107 23
Binary 111001 1110 1010011 11111 1010011 0 1000011 100010101 1000111 10011

Color Harmonies of #390E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E53

Black with #390E53

Text Example


Text Example

White with #390E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390E53; }

 p { color: rgb(57,14,83); }

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

background-color css

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

 a { background-color: rgb(57,14,83); }

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

border-color css

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

 span { border-color: rgb(57,14,83); }

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