Html Css Color HEX #390652 Blackcurrant

📋 copy color: '#390652'

red 57 ◦ green 6 ◦ blue 82

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

Shades of Blackcurrant #390652

Tints of Blackcurrant #390652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.14%

 BLUE value IS 82 (32.42% from 255) = 56.55%

R = 39.31%
G = 4.14%
B = 56.55%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#390652 (or 0x390652) is known color: Blackcurrant. HEX triplet: 39, 06 and 52. RGB value is (57,6,82). Sum of RGB (Red+Green+Blue) = 57+6+82=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #390652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390652 is #C6F9AD. Grayscale: #1D1D1D. Windows color (decimal): -13040046 or 5375545. OLE color: 5375545.

HSL color Cylindrical-coordinate representation of color #390652: hue angle of 280.26º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390652 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 6 82 -
CMYK 0.30 0.93 0 0.68
HSL 280.26º 0.86% 0.17% -
HSV(B) 280.26º 0.93% 0.32% -
XYZ 3.28 1.61 8.12 -
YUV 29.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 57 6 82 0.30 0.93 0 0.68 280.26 0.86 0.17
Hex 39 6 52 1E 5D 0 44 118 56 11
Octal 71 6 122 36 135 0 104 430 126 21
Binary 111001 110 1010010 11110 1011101 0 1000100 100011000 1010110 10001

Color Harmonies of #390652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390652

Black with #390652

Text Example


Text Example

White with #390652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390652; }

 p { color: rgb(57,6,82); }

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

background-color css

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

 a { background-color: rgb(57,6,82); }

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

border-color css

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

 span { border-color: rgb(57,6,82); }

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