Html Css Color HEX #390856 Blackcurrant

📋 copy color: '#390856'

red 57 ◦ green 8 ◦ blue 86

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

Shades of Blackcurrant #390856

Tints of Blackcurrant #390856

RGB

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

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

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

R = 37.75%
G = 5.3%
B = 56.95%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#390856 (or 0x390856) is known color: Blackcurrant. HEX triplet: 39, 08 and 56. RGB value is (57,8,86). Sum of RGB (Red+Green+Blue) = 57+8+86=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #390856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390856 is #C6F7A9. Grayscale: #1F1F1F. Windows color (decimal): -13039530 or 5638201. OLE color: 5638201.

HSL color Cylindrical-coordinate representation of color #390856: hue angle of 277.69º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390856 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 8 86 -
CMYK 0.34 0.91 0 0.66
HSL 277.69º 0.83% 0.18% -
HSV(B) 277.69º 0.91% 0.34% -
XYZ 3.45 1.72 8.95 -
YUV 31.54 158.73 146.16 -
System Red Green Blue C M Y K H S L
Decimal 57 8 86 0.34 0.91 0 0.66 277.69 0.83 0.18
Hex 39 8 56 22 5B 0 42 116 53 12
Octal 71 10 126 42 133 0 102 426 123 22
Binary 111001 1000 1010110 100010 1011011 0 1000010 100010110 1010011 10010

Color Harmonies of #390856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390856

Black with #390856

Text Example


Text Example

White with #390856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390856; }

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

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

background-color css

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

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

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

border-color css

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

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

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