Html Css Color HEX #390546 Blackcurrant

📋 copy color: '#390546'

red 57 ◦ green 5 ◦ blue 70

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

Shades of Blackcurrant #390546

Tints of Blackcurrant #390546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.79%

 BLUE value IS 70 (27.73% from 255) = 53.03%

R = 43.18%
G = 3.79%
B = 53.03%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#390546 (or 0x390546) is known color: Blackcurrant. HEX triplet: 39, 05 and 46. RGB value is (57,5,70). Sum of RGB (Red+Green+Blue) = 57+5+70=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 70 (27.73% from 255 or 53.03% from 132); Max value from RGB is 70 - color contains mainly: blue. Hex color #390546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390546 is #C6FAB9. Grayscale: #1B1B1B. Windows color (decimal): -13040314 or 4588857. OLE color: 4588857.

HSL color Cylindrical-coordinate representation of color #390546: hue angle of 288º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390546 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 5 70 -
CMYK 0.19 0.93 0 0.73
HSL 288º 0.87% 0.15% -
HSV(B) 288º 0.93% 0.27% -
XYZ 2.85 1.42 5.92 -
YUV 27.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 57 5 70 0.19 0.93 0 0.73 288 0.87 0.15
Hex 39 5 46 13 5D 0 49 120 57 F
Octal 71 5 106 23 135 0 111 440 127 17
Binary 111001 101 1000110 10011 1011101 0 1001001 100100000 1010111 1111

Color Harmonies of #390546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390546

Black with #390546

Text Example


Text Example

White with #390546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390546; }

 p { color: rgb(57,5,70); }

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

background-color css

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

 a { background-color: rgb(57,5,70); }

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

border-color css

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

 span { border-color: rgb(57,5,70); }

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