Html Css Color HEX #320639 Blackcurrant

📋 copy color: '#320639'

red 50 ◦ green 6 ◦ blue 57

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

Shades of Blackcurrant #320639

Tints of Blackcurrant #320639

RGB

 RED value IS 50 (19.92% from 255) = 44.25%

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

 BLUE value IS 57 (22.66% from 255) = 50.44%

R = 44.25%
G = 5.31%
B = 50.44%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#320639 (or 0x320639) is known color: Blackcurrant. HEX triplet: 32, 06 and 39. RGB value is (50,6,57). Sum of RGB (Red+Green+Blue) = 50+6+57=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #320639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320639 is #CDF9C6. Grayscale: #181818. Windows color (decimal): -13498823 or 3737138. OLE color: 3737138.

HSL color Cylindrical-coordinate representation of color #320639: hue angle of 291.76º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320639 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 6 57 -
CMYK 0.12 0.89 0 0.78
HSL 291.76º 0.81% 0.12% -
HSV(B) 291.76º 0.89% 0.22% -
XYZ 2.12 1.1 3.97 -
YUV 24.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 50 6 57 0.12 0.89 0 0.78 291.76 0.81 0.12
Hex 32 6 39 C 59 0 4E 124 51 C
Octal 62 6 71 14 131 0 116 444 121 14
Binary 110010 110 111001 1100 1011001 0 1001110 100100100 1010001 1100

Color Harmonies of #320639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320639

Black with #320639

Text Example


Text Example

White with #320639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320639; }

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

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

background-color css

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

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

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

border-color css

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

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

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