Html Css Color HEX #390748 Blackcurrant

📋 copy color: '#390748'

red 57 ◦ green 7 ◦ blue 72

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

Shades of Blackcurrant #390748

Tints of Blackcurrant #390748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.15%

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

R = 41.91%
G = 5.15%
B = 52.94%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#390748 (or 0x390748) is known color: Blackcurrant. HEX triplet: 39, 07 and 48. RGB value is (57,7,72). Sum of RGB (Red+Green+Blue) = 57+7+72=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #390748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390748 is #C6F8B7. Grayscale: #1D1D1D. Windows color (decimal): -13039800 or 4720441. OLE color: 4720441.

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

Color convert

RGB 57 7 72 -
CMYK 0.21 0.90 0 0.72
HSL 286.15º 0.82% 0.15% -
HSV(B) 286.15º 0.9% 0.28% -
XYZ 2.93 1.49 6.26 -
YUV 29.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 57 7 72 0.21 0.90 0 0.72 286.15 0.82 0.15
Hex 39 7 48 15 5A 0 48 11E 52 F
Octal 71 7 110 25 132 0 110 436 122 17
Binary 111001 111 1001000 10101 1011010 0 1001000 100011110 1010010 1111

Color Harmonies of #390748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390748

Black with #390748

Text Example


Text Example

White with #390748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390748; }

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

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

background-color css

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

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

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

border-color css

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

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

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