Html Css Color HEX #390857 Blackcurrant

📋 copy color: '#390857'

red 57 ◦ green 8 ◦ blue 87

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

Shades of Blackcurrant #390857

Tints of Blackcurrant #390857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 57.24%

R = 37.5%
G = 5.26%
B = 57.24%

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

#390857 (or 0x390857) is known color: Blackcurrant. HEX triplet: 39, 08 and 57. RGB value is (57,8,87). Sum of RGB (Red+Green+Blue) = 57+8+87=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #390857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390857 is #C6F7A8. Grayscale: #1F1F1F. Windows color (decimal): -13039529 or 5703737. OLE color: 5703737.

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

Color convert

RGB 57 8 87 -
CMYK 0.34 0.91 0 0.66
HSL 277.22º 0.83% 0.19% -
HSV(B) 277.22º 0.91% 0.34% -
XYZ 3.49 1.73 9.17 -
YUV 31.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 57 8 87 0.34 0.91 0 0.66 277.22 0.83 0.19
Hex 39 8 57 22 5B 0 42 115 53 13
Octal 71 10 127 42 133 0 102 425 123 23
Binary 111001 1000 1010111 100010 1011011 0 1000010 100010101 1010011 10011

Color Harmonies of #390857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390857

Black with #390857

Text Example


Text Example

White with #390857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390857; }

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

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

background-color css

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

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

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

border-color css

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

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

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