Html Css Color HEX #390956 Blackcurrant

📋 copy color: '#390956'

red 57 ◦ green 9 ◦ blue 86

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

Shades of Blackcurrant #390956

Tints of Blackcurrant #390956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 56.58%

R = 37.5%
G = 5.92%
B = 56.58%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#390956 (or 0x390956) is known color: Blackcurrant. HEX triplet: 39, 09 and 56. RGB value is (57,9,86). Sum of RGB (Red+Green+Blue) = 57+9+86=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #390956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390956 is #C6F6A9. Grayscale: #1F1F1F. Windows color (decimal): -13039274 or 5638457. OLE color: 5638457.

HSL color Cylindrical-coordinate representation of color #390956: hue angle of 277.4º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390956 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 9 86 -
CMYK 0.34 0.90 0 0.66
HSL 277.4º 0.81% 0.19% -
HSV(B) 277.4º 0.9% 0.34% -
XYZ 3.46 1.74 8.96 -
YUV 32.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 57 9 86 0.34 0.90 0 0.66 277.4 0.81 0.19
Hex 39 9 56 22 5A 0 42 115 51 13
Octal 71 11 126 42 132 0 102 425 121 23
Binary 111001 1001 1010110 100010 1011010 0 1000010 100010101 1010001 10011

Color Harmonies of #390956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390956

Black with #390956

Text Example


Text Example

White with #390956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390956; }

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

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

background-color css

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

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

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

border-color css

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

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

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