Html Css Color HEX #390259 Blackcurrant

📋 copy color: '#390259'

red 57 ◦ green 2 ◦ blue 89

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

Shades of Blackcurrant #390259

Tints of Blackcurrant #390259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 60.14%

R = 38.51%
G = 1.35%
B = 60.14%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#390259 (or 0x390259) is known color: Blackcurrant. HEX triplet: 39, 02 and 59. RGB value is (57,2,89). Sum of RGB (Red+Green+Blue) = 57+2+89=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #390259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390259 is #C6FDA6. Grayscale: #1C1C1C. Windows color (decimal): -13041063 or 5833273. OLE color: 5833273.

HSL color Cylindrical-coordinate representation of color #390259: hue angle of 277.93º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390259 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 2 89 -
CMYK 0.36 0.98 0 0.65
HSL 277.93º 0.96% 0.18% -
HSV(B) 277.93º 0.98% 0.35% -
XYZ 3.51 1.63 9.58 -
YUV 28.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 57 2 89 0.36 0.98 0 0.65 277.93 0.96 0.18
Hex 39 2 59 24 62 0 41 116 60 12
Octal 71 2 131 44 142 0 101 426 140 22
Binary 111001 10 1011001 100100 1100010 0 1000001 100010110 1100000 10010

Color Harmonies of #390259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390259

Black with #390259

Text Example


Text Example

White with #390259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390259; }

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

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

background-color css

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

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

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

border-color css

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

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

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