Html Css Color HEX #390548 Blackcurrant

📋 copy color: '#390548'

red 57 ◦ green 5 ◦ blue 72

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

Shades of Blackcurrant #390548

Tints of Blackcurrant #390548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 53.73%

R = 42.54%
G = 3.73%
B = 53.73%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#390548 (or 0x390548) is known color: Blackcurrant. HEX triplet: 39, 05 and 48. RGB value is (57,5,72). Sum of RGB (Red+Green+Blue) = 57+5+72=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #390548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390548 is #C6FAB7. Grayscale: #1B1B1B. Windows color (decimal): -13040312 or 4719929. OLE color: 4719929.

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

Color convert

RGB 57 5 72 -
CMYK 0.21 0.93 0 0.72
HSL 286.57º 0.87% 0.15% -
HSV(B) 286.57º 0.93% 0.28% -
XYZ 2.91 1.45 6.26 -
YUV 28.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 57 5 72 0.21 0.93 0 0.72 286.57 0.87 0.15
Hex 39 5 48 15 5D 0 48 11F 57 F
Octal 71 5 110 25 135 0 110 437 127 17
Binary 111001 101 1001000 10101 1011101 0 1001000 100011111 1010111 1111

Color Harmonies of #390548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390548

Black with #390548

Text Example


Text Example

White with #390548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390548; }

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

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

background-color css

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

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

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

border-color css

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

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

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