Html Css Color HEX #390257 Blackcurrant

📋 copy color: '#390257'

red 57 ◦ green 2 ◦ blue 87

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

Shades of Blackcurrant #390257

Tints of Blackcurrant #390257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.37%

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

R = 39.04%
G = 1.37%
B = 59.59%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#390257 (or 0x390257) is known color: Blackcurrant. HEX triplet: 39, 02 and 57. RGB value is (57,2,87). Sum of RGB (Red+Green+Blue) = 57+2+87=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #390257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390257 is #C6FDA8. Grayscale: #1B1B1B. Windows color (decimal): -13041065 or 5702201. OLE color: 5702201.

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

Color convert

RGB 57 2 87 -
CMYK 0.34 0.98 0 0.66
HSL 278.82º 0.96% 0.17% -
HSV(B) 278.82º 0.98% 0.34% -
XYZ 3.43 1.6 9.15 -
YUV 28.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 57 2 87 0.34 0.98 0 0.66 278.82 0.96 0.17
Hex 39 2 57 22 62 0 42 117 60 11
Octal 71 2 127 42 142 0 102 427 140 21
Binary 111001 10 1010111 100010 1100010 0 1000010 100010111 1100000 10001

Color Harmonies of #390257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390257

Black with #390257

Text Example


Text Example

White with #390257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390257; }

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

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

background-color css

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

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

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

border-color css

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

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

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