Html Css Color HEX #390849 Blackcurrant

📋 copy color: '#390849'

red 57 ◦ green 8 ◦ blue 73

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

Shades of Blackcurrant #390849

Tints of Blackcurrant #390849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.8%

 BLUE value IS 73 (28.91% from 255) = 52.9%

R = 41.3%
G = 5.8%
B = 52.9%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#390849 (or 0x390849) is known color: Blackcurrant. HEX triplet: 39, 08 and 49. RGB value is (57,8,73). Sum of RGB (Red+Green+Blue) = 57+8+73=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #390849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390849 is #C6F7B6. Grayscale: #1D1D1D. Windows color (decimal): -13039543 or 4786233. OLE color: 4786233.

HSL color Cylindrical-coordinate representation of color #390849: hue angle of 285.23º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390849 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 8 73 -
CMYK 0.22 0.89 0 0.71
HSL 285.23º 0.8% 0.16% -
HSV(B) 285.23º 0.89% 0.29% -
XYZ 2.98 1.52 6.44 -
YUV 30.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 57 8 73 0.22 0.89 0 0.71 285.23 0.8 0.16
Hex 39 8 49 16 59 0 47 11D 50 10
Octal 71 10 111 26 131 0 107 435 120 20
Binary 111001 1000 1001001 10110 1011001 0 1000111 100011101 1010000 10000

Color Harmonies of #390849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390849

Black with #390849

Text Example


Text Example

White with #390849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390849; }

 p { color: rgb(57,8,73); }

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

background-color css

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

 a { background-color: rgb(57,8,73); }

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

border-color css

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

 span { border-color: rgb(57,8,73); }

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