Html Css Color HEX #390951 Blackcurrant

📋 copy color: '#390951'

red 57 ◦ green 9 ◦ blue 81

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

Shades of Blackcurrant #390951

Tints of Blackcurrant #390951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

 BLUE value IS 81 (32.03% from 255) = 55.1%

R = 38.78%
G = 6.12%
B = 55.1%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#390951 (or 0x390951) is known color: Blackcurrant. HEX triplet: 39, 09 and 51. RGB value is (57,9,81). Sum of RGB (Red+Green+Blue) = 57+9+81=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #390951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390951 is #C6F6AE. Grayscale: #1F1F1F. Windows color (decimal): -13039279 or 5310777. OLE color: 5310777.

HSL color Cylindrical-coordinate representation of color #390951: hue angle of 280º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390951 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 9 81 -
CMYK 0.30 0.89 0 0.68
HSL 280º 0.8% 0.18% -
HSV(B) 280º 0.89% 0.32% -
XYZ 3.27 1.66 7.93 -
YUV 31.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 57 9 81 0.30 0.89 0 0.68 280 0.8 0.18
Hex 39 9 51 1E 59 0 44 118 50 12
Octal 71 11 121 36 131 0 104 430 120 22
Binary 111001 1001 1010001 11110 1011001 0 1000100 100011000 1010000 10010

Color Harmonies of #390951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390951

Black with #390951

Text Example


Text Example

White with #390951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390951; }

 p { color: rgb(57,9,81); }

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

background-color css

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

 a { background-color: rgb(57,9,81); }

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

border-color css

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

 span { border-color: rgb(57,9,81); }

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